Skip to content

Commit

Permalink
Update release notes for #47
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenniak committed Oct 28, 2014
1 parent 646802c commit 0214500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next Release

### Features

* Added support for the ternary conditional operator in expressions. [Issue #47](https://github.com/mfenniak/rethinkdb-net/issues/47)

### Breaking Changes

* Added support for RethinkDB's binary format for byte[] conversion. If byte[] was previously used by a client application, reading and writing it will begin using a different and incompatible data format. Either migrate your data to the new format, or construct a datum converter that doesn't include the new BinaryDatumConverterFactory in it. [Issue #178](https://github.com/mfenniak/rethinkdb-net/issues/178)
Expand Down

0 comments on commit 0214500

Please sign in to comment.