aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorRenĂ© van Dorst <[email protected]>2025-08-19 16:56:45 +0200
committerRenĂ© van Dorst <[email protected]>2025-08-19 16:57:23 +0200
commit8aac4aa9d3fc7ee8a4825dd723f36bb1c6020a82 (patch)
treeee54f01bf4ab0beaf86a6049a87ec74cb18c9d6a /embassy-stm32
parent0d8350f326361a0f7c5aa2d71f48cbec7c39287a (diff)
added changelog entry
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 0c2d23246..26b643aa0 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- fix: Fix vrefbuf building with log feature 11- fix: Fix vrefbuf building with log feature
12- fix: stm32/i2c: pull-down was enabled instead of pull-none when no internal pull-up was needed.
12 13
13## 0.3.0 - 2025-08-12 14## 0.3.0 - 2025-08-12
14 15