aboutsummaryrefslogtreecommitdiff
path: root/rtic-common
diff options
context:
space:
mode:
authorOleksandr Babak <alexanderbabak@proton.me>2025-05-15 13:59:15 +0200
committerHenrik Tjäder <henrik@tjaders.com>2025-06-15 09:03:30 +0000
commitaa4f4ddac84fc56ca517abc18906c95a2f49f395 (patch)
tree37c5b9217cf3c17bab187ae650fba4013fcea034 /rtic-common
parent662883cf2ab9a322351f58bb10902c17bfb04880 (diff)
chore: changelog entry
Diffstat (limited to 'rtic-common')
-rw-r--r--rtic-common/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic-common/CHANGELOG.md b/rtic-common/CHANGELOG.md
index 184282d..aa6b6a3 100644
--- a/rtic-common/CHANGELOG.md
+++ b/rtic-common/CHANGELOG.md
@@ -11,6 +11,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Added
+- New safe `WaitQueue::wait_until` method.
+
### Changed
### Fixed