diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a9783af0..09ec50d6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog for package realtime_tools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* sleep after starting thread to fix flaky tests (backport `#235 `_) (`#237 `_) +* Fix the badges in the readme (backport `#234 `_) (`#236 `_) +* Remove duplicate wf (backport `#230 `_) (`#231 `_) +* Adapt API style of lock_memory to match the one of the other functions (backport `#209 `_) (`#229 `_) +* [Humble] Move the header files to `.hpp` extension (`#206 `_) - No deprecation notice (`#225 `_) +* Add support to parse multiple cores for setting CPU affinity (backport `#208 `_) (`#223 `_) +* remove unused state\_ field (backport `#215 `_) (`#218 `_) +* Changes after branching humble (backport `#217 `_) (`#224 `_) +* Add downstream build CI job (backport `#201 `_) (`#222 `_) +* Use windows CI build (backport `#204 `_) (`#221 `_) +* Add job for clang build (backport `#207 `_) (`#220 `_) +* Bump version of pre-commit hooks (backport `#213 `_) (`#219 `_) +* Contributors: Sai Kishor Kothakota, Lennart Nachtigall, Christoph Fröhlich + 2.9.0 (2024-12-03) ------------------ * Overloading the set_thread_affinity method for Windows compatibility (`#193 `_)