Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Apr 27, 2022
1 parent 91d0ad8 commit 918f14f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 918f14f

Please sign in to comment.