aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHybridChild <[email protected]>2025-08-23 10:36:56 +0200
committerHybridChild <[email protected]>2025-08-23 10:36:56 +0200
commita51c0320e907d895bb1f55e8960a69df5f5a276b (patch)
treef7f972ee3541f97bd0850c3c5687d88f62a0caa7
parent5d3a1dd7e549de578c6a77d3998beddf1b1474d3 (diff)
stm32: Add entry in CHANGELOG.md file
-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 9cd4d5951..c93334102 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14- fix: Fix performing a hash after performing a hmac 14- fix: Fix performing a hash after performing a hmac
15- chore: Updated stm32-metapac and stm32-data dependencies 15- chore: Updated stm32-metapac and stm32-data dependencies
16- fix: Fix XSPI not disabling alternate bytes when they were previously enabled 16- fix: Fix XSPI not disabling alternate bytes when they were previously enabled
17- feat: Add I2C MultiMaster (Slave) support for I2C v1
17 18
18## 0.3.0 - 2025-08-12 19## 0.3.0 - 2025-08-12
19 20