Skip to content

Commit b8e7cb9

Browse files
committed
Update changelog
1 parent 2adef8a commit b8e7cb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,17 @@ r.Connect(
2020
- Added the `Grant` term
2121
- Added the `Ordered` optional argument to `EqJoin`
2222
- Added the `Fold` term and examples
23+
- Added the `ReadOne` and `ReadAll` helper functions for quickly executing a query and scanning the result into a variable. For examples see the godocs.
24+
- Added the `Peek` and `Skip` functions to the `Cursor`.
25+
- Added support for referential arrays in structs
2326

2427
### Deprecated
2528
- Deprecated the root `Wait` term, `r.Table(...).Wait()` should now be used instead.
2629
- Deprecated session authentication using `AuthKey`
2730

31+
### Fixed
32+
- Fixed issue with `ReconfigureOpts` field `PrimaryTag`
33+
2834
## v1.4.1 - 2016-04-02
2935

3036
### Fixed

0 commit comments

Comments
 (0)