From 918f14f449ab5d49570b6948ea399759c5034078 Mon Sep 17 00:00:00 2001 From: Rahix Date: Thu, 28 Apr 2022 00:01:27 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de99cc..cab98bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for `ATmega128RFA1` ([#93]). - Support for `ATmega1284P` ([#94]). +### Fixed +- `avr-device` now compiles with newer rustc versions (> 1.59) where the + `llvm_asm!()` macro was removed in favor of `asm!()` ([#97]). + [#90]: https://github.com/Rahix/avr-device/pull/90 [#93]: https://github.com/Rahix/avr-device/pull/93 [#94]: https://github.com/Rahix/avr-device/pull/94 - +[#97]: https://github.com/Rahix/avr-device/pull/97 ## [0.3.2] - 2021-10-15 -- 2.49.0