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

Commit

Permalink
1.5.0 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 Nov 27, 2016
1 parent 709ecec commit ce8c99a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ New features and bug fixes:

* New BSON Type, Decimal128 (bson_decimal128_t) along with the following
new functions and helpers:
* bson_decimal128_to_string ()
* bson_decimal128_from_string ()
* bson_iter_decimal128 ()
* bson_iter_overwrite_decimal128 ()
* bson_decimal128_to_string()
* bson_decimal128_from_string()
* bson_iter_decimal128()
* bson_iter_overwrite_decimal128()
* BSON_ITER_HOLDS_DECIMAL128()
* bson_append_decimal128 ()
* bson_append_decimal128()
* BSON_APPEND_DECIMAL128()
* BCON_DECIMAL128()
See the documentations for further details.
* bson_validate and bson_iter_next now validate that BSON boolean values are
0 or 1. Before, any non-zero value was considered true.
* bson_append_code_with_scope now preserves the "code with scope" type
if scope is an empty, non-NULL BSON document.
* BSON "code" and "code with scope" types are properly translated to and from
JSON of the form '{"$code": "...", "$scope": {...}}'.
* BSON "code" and "code with scope" types are properly translated to JSON of
the form '{"$code": "...", "$scope": {...}}'.
* bson_json_reader functions now always validate UTF-8.
* JSON parsing now preserves integer width.
* bson_strtoll now matches stroll: it detects range errors, and when
Expand Down
2 changes: 1 addition & 1 deletion VERSION_CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0-dev
1.5.0
2 changes: 1 addition & 1 deletion VERSION_RELEASED
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.5.0

0 comments on commit ce8c99a

Please sign in to comment.