Merge pull request 'docs(changelog): add entry for CUC counter rollover fix' (#218) from docs/changelog-cuc-counter-rollover into main

Reviewed-on: #218
This commit was merged in pull request #218.
This commit is contained in:
2026-09-14 16:33:39 +02:00
+5
View File
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
## Fixed
- Fixed an off-by-one error in the CUC counter rollover modulus which caused the counter to skip
0 when wrapping around.
# [v0.18.0] 2026-07-14
- Bumped Rust version to 2024