From 68c266f5db961b470dc9f706be94947285396c2b Mon Sep 17 00:00:00 2001 From: Rahix Date: Wed, 7 Sep 2022 08:43:04 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5353b2ffe579c84350c10232a34ca3429392f800..5105dab362a9ee98f9bbdd3833577dd93baa000e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Support for `ATmega164PA` ([#101]). +- Added a new, safer, API for manually managing interrupts ([#104]). + ### Changed - Fixed timer registers for `ATtiny167` ([#102]). +- Improved codegen of the interrupt management functions ([#104]). + +### Removed +- Support for very old `rustc` versions which need `llvm_asm!()` ([#106]). +[#101]: https://github.com/Rahix/avr-device/pull/101 [#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 ## [0.3.4] - 2022-06-23