From 91a69cbc82d0cb1c0c76e884232b441431626449 Mon Sep 17 00:00:00 2001 From: Rahix Date: Wed, 25 Nov 2020 22:24:15 +0100 Subject: [PATCH] Update CHANGELOG Signed-off-by: Rahix --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abd50d..f65304f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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] +### Changed +- Updated the enumerated values for the SPI clock prescaler field ([#64]). + _This is a breaking change!_ + +### Fixed +- `ATmega64`: Fixed wrong field size for `UMSELn` fields in `USART` peripherals ([#64]). + +[#64]: https://github.com/Rahix/avr-device/pull/64 ## [0.2.3] - 2020-10-19 -- 2.48.1