1 files changed, 5 insertions(+), 1 deletions(-)
M CHANGELOG.md
M CHANGELOG.md => CHANGELOG.md +5 -1
@@ 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