Skip to content

Commit e34a897

Browse files
authored
add NEWS for 1.30.1 (#1884)
1 parent 52a8afe commit e34a897

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Removals:
88
names `mongoc.h` or `bson.h` directly. Instead, the names must be prefixed
99
with the parent directory: `mongoc/mongoc.h` and `bson/bson.h`.
1010

11+
libmongoc 1.30.1
12+
================
13+
14+
No changes since 1.30.0. Version incremented to match the libbson version.
15+
1116
libmongoc 1.30.0
1217
================
1318

src/libbson/NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Changes:
66
* `BSON_ERROR_BUFFER_SIZE` is reduced from `504` to `503` to reserve the final byte for internal use.
77
* The data layout of `bson_error_t` remains otherwise unchanged: the size is still 512 bytes and the offset of the `.code`, `.domain`, and `.message` data members remain unchanged.
88

9+
libbson 1.30.1
10+
==============
11+
12+
Fixes:
13+
* Fix `BSON_NORETURN` macro for C23 standard
14+
15+
Thanks to everyone who contributed to the development of this release.
16+
17+
* Micah Scott
18+
19+
920
libbson 1.30.0
1021
==============
1122

0 commit comments

Comments
 (0)