diff options
author | 2023-01-22 11:44:02 +0100 | |
---|---|---|
committer | 2023-01-22 12:13:49 +0100 | |
commit | 259be7bbf9cfa0ac24c276190515e988d98770b7 (patch) | |
tree | aebab69c37c875e779d138d110c9d912e777fa5b | |
parent | 022330bfcb4b29bd8e939f2ae3a784c787a6ee95 (diff) | |
download | rtic-259be7bbf9cfa0ac24c276190515e988d98770b7.tar.gz rtic-259be7bbf9cfa0ac24c276190515e988d98770b7.tar.zst rtic-259be7bbf9cfa0ac24c276190515e988d98770b7.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc38d83..455c8987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Added +- CFG: Slightly improved support for #[cfg] on Monotonics - CI: Check examples also for thumbv8.{base,main} - Allow custom `link_section` attributes for late resources |