aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/CHANGELOG.md
diff options
context:
space:
mode:
authorFinomnis <Finomnis@users.noreply.github.com>2023-12-06 19:36:09 +0100
committerGitHub <noreply@github.com>2023-12-06 18:36:09 +0000
commitbbed94528528fbfe53ed7baf9cc38ca012785d13 (patch)
tree45269ff41ff0007e2b405c5cbea2c3ba19928b46 /rtic-monotonics/CHANGELOG.md
parentf377471e440d8be0b2f9e9c8877ed015f62dc19e (diff)
Fix race condition in `calculate_now` (#860)
* Fix race condition in calculate_now * Add changelog * Update changelog * Refine comment * More comment fixes
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
-rw-r--r--rtic-monotonics/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md
index 041cff9..e1a0f83 100644
--- a/rtic-monotonics/CHANGELOG.md
+++ b/rtic-monotonics/CHANGELOG.md
@@ -13,6 +13,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
- Fix race condition in `nrf::rtc`.
- Fix errata in `nrf::rtc`.
- Add internal counter integrity check to all half-period based monotonics.
+- Apply race condition fixes from `rtic-time`.
## v1.4.0 - 2023-12-04