diff --git a/NEWS b/NEWS index 909e3b4b..38ff2987 100644 --- a/NEWS +++ b/NEWS @@ -7,12 +7,12 @@ 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. @@ -20,8 +20,8 @@ New features and bug fixes: 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 diff --git a/VERSION_CURRENT b/VERSION_CURRENT index 9df4287a..3e1ad720 100644 --- a/VERSION_CURRENT +++ b/VERSION_CURRENT @@ -1 +1 @@ -1.5.0-dev \ No newline at end of file +1.5.0 \ No newline at end of file diff --git a/VERSION_RELEASED b/VERSION_RELEASED index 13175fdc..3e1ad720 100644 --- a/VERSION_RELEASED +++ b/VERSION_RELEASED @@ -1 +1 @@ -1.4.1 \ No newline at end of file +1.5.0 \ No newline at end of file