aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Tran <[email protected]>2025-09-21 23:04:03 -0500
committerMatthew Tran <[email protected]>2025-09-21 23:04:03 -0500
commit99f7e150c56b09a968e05f98b9f924f17c43296e (patch)
treeaa195029ef04125e31629827c4d0960679c19dac
parentd463a57879c0e02c188f63ab99c40d6ab91ea54e (diff)
nrf: Update changelog
-rw-r--r--embassy-nrf/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-nrf/CHANGELOG.md b/embassy-nrf/CHANGELOG.md
index de8dfd391..0cc1d56bb 100644
--- a/embassy-nrf/CHANGELOG.md
+++ b/embassy-nrf/CHANGELOG.md
@@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10 10
11- changed: nrf54l: Disable glitch detection and enable DC/DC in init. 11- changed: nrf54l: Disable glitch detection and enable DC/DC in init.
12- changed: Add embassy-net-driver-channel implementation for IEEE 802.15.4 12- changed: Add embassy-net-driver-channel implementation for IEEE 802.15.4
13- changed: add persist() method for gpio and ppi 13- changed: add persist() method for gpio, gpiote, timer and ppi
14- changed: impl Drop for Timer
14 15
15## 0.7.0 - 2025-08-26 16## 0.7.0 - 2025-08-26
16 17