diff --git a/NEWS b/NEWS index b26c5627ae..0bcda8413c 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,11 @@ Removals: names `mongoc.h` or `bson.h` directly. Instead, the names must be prefixed with the parent directory: `mongoc/mongoc.h` and `bson/bson.h`. +libmongoc 1.30.1 +================ + +No changes since 1.30.0. Version incremented to match the libbson version. + libmongoc 1.30.0 ================ diff --git a/src/libbson/NEWS b/src/libbson/NEWS index af703e75bb..4f37ae7cb8 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -6,6 +6,17 @@ Changes: * `BSON_ERROR_BUFFER_SIZE` is reduced from `504` to `503` to reserve the final byte for internal use. * 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. +libbson 1.30.1 +============== + +Fixes: + * Fix `BSON_NORETURN` macro for C23 standard + +Thanks to everyone who contributed to the development of this release. + + * Micah Scott + + libbson 1.30.0 ==============