From 3b0e4b0a47165351676d766264018d16119cc7c7 Mon Sep 17 00:00:00 2001 From: Rahix Date: Fri, 4 Dec 2020 11:07:40 +0100 Subject: [PATCH] Update CHANGELOG Signed-off-by: Rahix --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f65304f..852c08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- 2.49.0