We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0e728 commit d74ee51Copy full SHA for d74ee51
CHANGELOG.md
@@ -10,8 +10,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).
10
11
### Changed
12
13
+* Mark RapidJSON support as deprecated.
14
+* Update included Catch to v2.13.10.
15
+* Remove deprecated BoolVector class.
16
+* Remove deprecated NWRIdSet class.
17
+* Remove deprecated AssemblerConfig constructor.
18
+* Print start of offending string in overlong string exception.
19
+* Implement `set_thread_name()` on FreeBSD.
20
+
21
### Fixed
22
23
+* Fix return type in `MembersDatabaseCommon::count_not_removed()`.
24
+* Make bzip2 unit tests pass on musl-based systems.
25
+* Fix bug in members database test case.
26
27
## [2.18.0] - 2022-02-07
28
0 commit comments