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

Commit c8157f0

Browse files
committed
1.7.0 Release
Signed-off-by: A. Jesse Jiryu Davis <jesse@mongodb.com>
1 parent 5f70d54 commit c8157f0

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

NEWS

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Libbson-1.7.0
22
=============
33

4+
It is my pleasure to announce libbson 1.7.0.
5+
46
* Changes to JSON encoding and decoding:
57
* New functions bson_as_canonical_extended_json and
68
bson_as_relaxed_extended_json convert BSON to canonical and relaxed
@@ -41,6 +43,25 @@ Libbson-1.7.0
4143
* BSON_ITER_HOLDS_NUMBER, checks if iterator holds int32, int64 or double
4244
* Raised BSON recursion limit to 200
4345

46+
Thanks to everyone who contributed to the development of this release.
47+
48+
* A. Jesse Jiryu Davis
49+
* Hannes Magnusson
50+
* David Golden
51+
* Jeremy Mikola
52+
* gael Magnan
53+
* Hannes Magn?sson
54+
* David Carlier
55+
* Paul Melnikow
56+
* Petr Písař
57+
* Shane Harvey
58+
* alexeyvo
59+
* Greg Rowe
60+
61+
Peace,
62+
63+
A. Jesse Jiryu Davis
64+
4465
Libbson-1.6.0
4566
=============
4667

VERSION_CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0-dev
1+
1.7.0

VERSION_RELEASED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.7.0

0 commit comments

Comments
 (0)