From ec03ebba82723f21c8d4a9a8ee75ae7349896995 Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 12 Oct 2021 12:55:19 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 310cf72..6866433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Changed - Upgraded to `svd2rust` version 0.19 ([#86]). Please check the upstream changelog for details about what changes this has lead to. +- `interrupt::disable()` now returns a boolean, indicating whether interrupts + were previously enabled ([#89]). ### Fixed - Fixed enumerated values for `TWAA` field in `ATtiny841` ([`c0db0422b9ca`]). @@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#84]: https://github.com/Rahix/avr-device/pull/84 [#85]: https://github.com/Rahix/avr-device/pull/85 [#86]: https://github.com/Rahix/avr-device/pull/86 +[#89]: https://github.com/Rahix/avr-device/pull/89 [`c0db0422b9ca`]: https://github.com/Rahix/avr-device/commit/c0db0422b9ca8c7ff4cef39807b05f1cfca26028 -- 2.49.0