File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3232 - ` install-versioned ` Makefile target for fast roll-forward/roll-back.
3333 ([ #289 ] )
3434 - Code coverage reporting in CI. ([ #283 ] )
35+ - Clang C++20 build job in CI. ([ #307 ] )
3536 - Nix flake packaging improvements. ([ #285 ] )
3637
3738### Changed
@@ -51,6 +52,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5152 ([ #290 ] )
5253- Replaced deprecated ` std::result_of ` with ` std::invoke_result_t ` for
5354 C++20 compatibility (fixes build on FreeBSD 14+ / clang 18). ([ #305 ] )
55+ - Added missing ` #include <cstdint> ` for clang strict mode. ([ #307 ] )
56+ - Added ` -lexecinfo ` for FreeBSD in ` configure.ac ` . ([ #307 ] )
57+ - Fixed uninitialized ` ReservoirSampler::wsum ` warning at ` -O2 ` .
5458
5559### Credits
5660
You can’t perform that action at this time.
0 commit comments