From 93330ace8cd87db2f65c7a6f81bf7ff2ecbc86bd Mon Sep 17 00:00:00 2001 From: Andrew Dona-Couch Date: Sun, 16 Aug 2020 23:12:12 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 650c387..ac8db6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `#[entry]` causes a (readable) compile-error when attempting to build for non-AVR targets. +- `PINx` registers are now writeable, which enables efficient toggling + of bits in the corresponding `PORTx` register. ### Fixed - inline-assembly is now only emitted when building for AVR targets to -- 2.49.0