From 7006f32c86dbe994ee70bccd5d30ddfcadf8ce7d Mon Sep 17 00:00:00 2001 From: Rahix Date: Thu, 8 Sep 2022 09:57:29 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5105dab362a9ee98f9bbdd3833577dd93baa000e..fa2bb96c797ef13a68619856ea90bd740ece8603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Fixed timer registers for `ATtiny167` ([#102]). - Improved codegen of the interrupt management functions ([#104]). +- Updated to `bare-metal` version 1.0.0. This changes the + `interrupt::free()` function slightly. Please check the docs for + details ([#108]). ### Removed - Support for very old `rustc` versions which need `llvm_asm!()` ([#106]). @@ -20,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#102]: https://github.com/Rahix/avr-device/pull/102 [#104]: https://github.com/Rahix/avr-device/pull/104 [#106]: https://github.com/Rahix/avr-device/pull/106 +[#108]: https://github.com/Rahix/avr-device/pull/108 ## [0.3.4] - 2022-06-23