@@ -7,21 +7,21 @@ New features and bug fixes:
7
7
8
8
* New BSON Type, Decimal128 (bson_decimal128_t) along with the following
9
9
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()
14
14
* BSON_ITER_HOLDS_DECIMAL128()
15
- * bson_append_decimal128 ()
15
+ * bson_append_decimal128()
16
16
* BSON_APPEND_DECIMAL128()
17
17
* BCON_DECIMAL128()
18
18
See the documentations for further details.
19
19
* bson_validate and bson_iter_next now validate that BSON boolean values are
20
20
0 or 1. Before, any non-zero value was considered true.
21
21
* bson_append_code_with_scope now preserves the "code with scope" type
22
22
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": {...}}'.
25
25
* bson_json_reader functions now always validate UTF-8.
26
26
* JSON parsing now preserves integer width.
27
27
* bson_strtoll now matches stroll: it detects range errors, and when
0 commit comments