From a13cb30e887d1ac95c09fd727b487a122fbb0291 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Fri, 10 Nov 2023 19:19:22 +0100 Subject: [PATCH] Revert changelog since 1.3.0 isn't released yet --- rtic-monotonics/CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index 2649e2c033..d030bb0234 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -7,11 +7,6 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## Unreleased -### Fixed - -- Missing documentation for i.MX RT monotonics -- Incorrect documentation of systick monotonic timer precision - ## v1.3.0 - 2023-11-08 ### Added