You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libbson/NEWS
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ Changes:
6
6
* `BSON_ERROR_BUFFER_SIZE` is reduced from `504` to `503` to reserve the final byte for internal use.
7
7
* 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.
8
8
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.
0 commit comments