Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
1.6.0-rc0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
  • Loading branch information
ajdavis committed Jan 30, 2017
1 parent 1a1d93d commit a893d62
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
============
Next Release
============
Libbson-1.6.0-rc0
=================

It is my pleasure to announce Libbson-1.6.0-rc0.

New features and bug fixes:

* Use jsonsl instead of libyajl as our JSON parsing library, parse JSON more
strictly, fix minor parsing bugs.
* Extended JSON documents like '{"$code": "...", "$scope": {}}' are now parsed
into BSON code elements.
into BSON "code" elements.
* ISO8601 dates now allow years from 0000 to 9999 inclusive. Before, years
before 1970 were prohibited.
* BSON floats and ints are now distinguished in JSON output.
* The library is now built and continuously tested with MinGW-W64 on Windows.

Thanks to everyone who contributed to the development of this release.

* A. Jesse Jiryu Davis
* Hannes Magnusson
* Aleksander Melnikov
* Remi Collet

Peace,

A. Jesse Jiryu Davis

Libbson-1.5.2
=============
Expand Down
2 changes: 1 addition & 1 deletion VERSION_CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.6.0-rc0

0 comments on commit a893d62

Please sign in to comment.