Skip to content

Commit b1aedf8

Browse files
committed
Update CHANGELOG
1 parent 3423679 commit b1aedf8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,19 @@ people already using the crates have a reference what is changing upstream.
1313
- Large refactor of the USART implementation ([#116]). The user-facing API is
1414
_mostly_ the same though there might be some small details which have changed.
1515
Especially the user-facing interrupt methods look different now.
16+
- Updated the target specs to be in sync with upstream again. There were no
17+
major changes so it shouldn't be necessary to update downstream copies for now.
18+
- Upgraded to [`avr-device` 0.3] ([#128]). As there can only ever be one
19+
version of `avr-device` in the dependency graph, you'll need to update all
20+
local dependencies which still point to 0.2 as well!
1621

1722
### Fixed
1823
- Removed a bashism in the runner scripts ([#126]).
1924

2025
[#116]: https://github.com/Rahix/avr-hal/pull/116
2126
[#126]: https://github.com/Rahix/avr-hal/pull/126
27+
[#128]: https://github.com/Rahix/avr-hal/pull/128
28+
[`avr-device` 0.3]: https://github.com/Rahix/avr-device/releases/tag/v0.3.0
2229

2330

2431
## [2020-11-30 - 2021-01-31][2021-01]

0 commit comments

Comments
 (0)