1 files changed, 7 insertions(+), 2 deletions(-)
M CHANGELOG.md
M CHANGELOG.md => CHANGELOG.md +7 -2
@@ 5,14 5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Added
+- Support for `ATmega4809` ([#63]).
+
### Changed
-- Updated the enumerated values for the SPI clock prescaler field ([#64]).
- _This is a breaking change!_
+- **BREAKING**: Updated the enumerated values for the SPI clock prescaler field ([#64]).
### Fixed
- `ATmega64`: Fixed wrong field size for `UMSELn` fields in `USART` peripherals ([#64]).
+- (via [`atdf2svd` v0.2.0]): Removed invalid enumerated values from all fields.
+[#63]: https://github.com/Rahix/avr-device/pull/63
[#64]: https://github.com/Rahix/avr-device/pull/64
+[`atdf2svd` v0.2.0]: https://github.com/Rahix/atdf2svd/blob/master/CHANGELOG.md#020---2020-11-25
## [0.2.3] - 2020-10-19