~ruther/avr-device

918f14f449ab5d49570b6948ea399759c5034078 — Rahix 3 years ago 91d0ad8
Update CHANGELOG
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

Do not follow this link