From b21490ec10d22a3db34f132ea70b8fa96aea0ffe Mon Sep 17 00:00:00 2001 From: Bryan Kadzban Date: Thu, 8 Feb 2024 10:06:23 -0800 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 391a249..3923aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Added Interruptable trait to Alternate mode pins - Added a "low pin count" variant of the f730 chip to the crate features: packages <144 pins don't include a high speed USB PHY - Added SPI2_SCK pin for stm32f769i-discovery +- Fix mass-erase triggering in `flash` on smaller chips ## [v0.7.0] - 2022-06-05