We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bcacc commit a21bf82Copy full SHA for a21bf82
CHANGELOG.md
@@ -2,13 +2,14 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## Unreleased
+## v1.3.1 - 2015-01-22
6
7
### Added
8
- Added more documentation and examples for `GetAll`.
9
10
### Fixed
11
- Fixed `RunWrite` not defering its call to `Cursor.Close()`. This could cause issues if an error occurred when decoding the result.
12
+- Fixed panic when calling `Error()` on a GoRethink `rqlError`.
13
14
## v1.3.0 - 2016-01-11
15
0 commit comments