aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index 259eaf9c0..9153e15b9 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -59,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59- fix: stm32/i2c v2 slave: prevent misaligned reads, error false positives, and incorrect counts of bytes read/written 59- fix: stm32/i2c v2 slave: prevent misaligned reads, error false positives, and incorrect counts of bytes read/written
60- feat: add flash support for c0 family ([#4874](https://github.com/embassy-rs/embassy/pull/4874)) 60- feat: add flash support for c0 family ([#4874](https://github.com/embassy-rs/embassy/pull/4874))
61- fix: fixing channel numbers on vbat and vddcore for adc on adc 61- fix: fixing channel numbers on vbat and vddcore for adc on adc
62- adc: splitting up implementations to distinguish ADC1 & 2 hosted internal special channels are only accessible on the relevant block 62- adc: adding disable to vbat
63 63
64## 0.4.0 - 2025-08-26 64## 0.4.0 - 2025-08-26
65 65