aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorFabian Wolter <[email protected]>2025-09-02 21:25:42 +0200
committerFabian Wolter <[email protected]>2025-09-02 21:25:42 +0200
commit0835b58deb24482ec7831c2d04d7f73d1abd197b (patch)
tree7080747d146ba95744c24f1c630ae1d0e337961c /embassy-stm32
parent56f3c7a8c72356d9e21d5ef13e60d869ffd8cdf2 (diff)
Update changelog
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index 133defcc6..c9be259ea 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10 10
11- fix: Fixed STM32H5 builds requiring time feature 11- fix: Fixed STM32H5 builds requiring time feature
12- feat: Derive Clone, Copy for QSPI Config 12- feat: Derive Clone, Copy for QSPI Config
13- fix: stm32/i2c in master mode (blocking): subsequent transmissions failed after a NACK was received
13 14
14## 0.4.0 - 2025-08-26 15## 0.4.0 - 2025-08-26
15 16