diff options
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
-rw-r--r-- | rtic-monotonics/CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index d6b43e2e..041cff97 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -9,8 +9,9 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Fixed -- Race condition in `nrf::timer`. -- Race condition in `nrf::rtc`. +- Fix race condition in `nrf::timer`. +- Fix race condition in `nrf::rtc`. +- Fix errata in `nrf::rtc`. - Add internal counter integrity check to all half-period based monotonics. ## v1.4.0 - 2023-12-04 |