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

Commit ce8c99a

Browse files
committed
1.5.0 Release
Signed-off-by: A. Jesse Jiryu Davis <jesse@mongodb.com>
1 parent 709ecec commit ce8c99a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

NEWS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ New features and bug fixes:
77

88
* New BSON Type, Decimal128 (bson_decimal128_t) along with the following
99
new functions and helpers:
10-
* bson_decimal128_to_string ()
11-
* bson_decimal128_from_string ()
12-
* bson_iter_decimal128 ()
13-
* bson_iter_overwrite_decimal128 ()
10+
* bson_decimal128_to_string()
11+
* bson_decimal128_from_string()
12+
* bson_iter_decimal128()
13+
* bson_iter_overwrite_decimal128()
1414
* BSON_ITER_HOLDS_DECIMAL128()
15-
* bson_append_decimal128 ()
15+
* bson_append_decimal128()
1616
* BSON_APPEND_DECIMAL128()
1717
* BCON_DECIMAL128()
1818
See the documentations for further details.
1919
* bson_validate and bson_iter_next now validate that BSON boolean values are
2020
0 or 1. Before, any non-zero value was considered true.
2121
* bson_append_code_with_scope now preserves the "code with scope" type
2222
if scope is an empty, non-NULL BSON document.
23-
* BSON "code" and "code with scope" types are properly translated to and from
24-
JSON of the form '{"$code": "...", "$scope": {...}}'.
23+
* BSON "code" and "code with scope" types are properly translated to JSON of
24+
the form '{"$code": "...", "$scope": {...}}'.
2525
* bson_json_reader functions now always validate UTF-8.
2626
* JSON parsing now preserves integer width.
2727
* bson_strtoll now matches stroll: it detects range errors, and when

VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0-dev
1+
1.5.0

VERSION_RELEASED

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.5.0

0 commit comments

Comments
 (0)