From c95606d48df0042e5a98e6566e3f3aac9917efc8 Mon Sep 17 00:00:00 2001 From: Rahix Date: Sat, 28 Aug 2021 21:28:37 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c1cf49d40b4f485cdf8a488bbd7aa73e8e25d4..310cf72117ac4ec9eb004a5b294cc590cf2bb38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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 `ATtiny202` ([#82]). +- Support for `ATtiny167` ([#84]). +- Support for `ATtiny2313` and `ATtiny2313A` ([#85]). + +#### Changed +- Upgraded to `svd2rust` version 0.19 ([#86]). Please check the upstream + changelog for details about what changes this has lead to. + +### Fixed +- Fixed enumerated values for `TWAA` field in `ATtiny841` ([`c0db0422b9ca`]). + +[#82]: https://github.com/Rahix/avr-device/pull/82 +[#84]: https://github.com/Rahix/avr-device/pull/84 +[#85]: https://github.com/Rahix/avr-device/pull/85 +[#86]: https://github.com/Rahix/avr-device/pull/86 +[`c0db0422b9ca`]: https://github.com/Rahix/avr-device/commit/c0db0422b9ca8c7ff4cef39807b05f1cfca26028 ## [0.3.1] - 2021-06-29