From 5d3ee41265ca720462f7e6f5cac11a8075a76967 Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 29 Jun 2021 17:54:21 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7276dc6..84fc47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - Support for `ATmega8U2` ([#77]). +- Support for `AT90USB1286` ([#80]). +- Convert `static mut`s into `&mut` references inside `#[entry]` and interrupt + handlers. This behavior mirrors what `cortex-m-rt` does ([#79]). [#77]: https://github.com/Rahix/avr-device/pull/77 +[#79]: https://github.com/Rahix/avr-device/pull/79 +[#80]: https://github.com/Rahix/avr-device/pull/80 ## [0.3.0] - 2021-02-07 -- 2.49.0