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
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,27 @@
1
-
libbson 2.1.0 (Unreleased)
2
-
==========================
1
+
libbson 2.1.0
2
+
=============
3
3
4
-
Fixes:
4
+
## Fixes
5
5
6
6
* The uninstall script for Windows is fixed so it no longer "succeeds" with a non-zero `%ERRORLABEL%` value.
7
7
* The uninstall script for non-Windows environments now calls `find "$dir" -maxdepth 1` instead of `ls --almost-all "$dir"` when detecting non-empty directories to fix macOS compatibility.
8
8
9
-
Changed:
9
+
## Changed
10
10
11
11
* The CMake project now sets a CMake policy max version of `4.0` (previously unset).
12
12
13
-
Removed:
13
+
## Removed
14
14
15
15
* Support for Debian 9 and Debian 10.
16
16
17
+
Thanks to everyone who contributed to the development of this release.
0 commit comments