aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/CHANGELOG.md
diff options
context:
space:
mode:
authorGram <mail@orsinium.dev>2024-03-24 18:15:57 +0100
committerGitHub <noreply@github.com>2024-03-24 17:15:57 +0000
commitfa2a5b449f1746b4b3bb3da08dab532ee24ba286 (patch)
tree57b1d1cc63c4cab90e25e572b466c1fe90c980f2 /rtic-time/CHANGELOG.md
parent4060c3def88f82d4e4f48de7137ce365167ef265 (diff)
Docs: Rename `DelayUs` to `DelayNs` in docs for macros. (#908)
Diffstat (limited to 'rtic-time/CHANGELOG.md')
-rw-r--r--rtic-time/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md
index b4a25d4..f3c9792 100644
--- a/rtic-time/CHANGELOG.md
+++ b/rtic-time/CHANGELOG.md
@@ -13,6 +13,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Fixed
+- Docs: Rename `DelayUs` to `DelayNs` in docs.
+
## v1.3.0 - 2024-01-10
### Changed