Skip to content

Commit a20dfc3

Browse files
Fix changelog entry
1 parent e932eea commit a20dfc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
- Improve SAADC docs ([#218]).
2222
- Update Embed.toml of all examples to new defaults ([#229]).
2323
- Make `ConfigurablePpi` and subtrait of `Ppi` ([#244]).
24-
- Release owned `Pins` with `Usart::free()` ([#261])
2524

2625
### Fixes
2726

@@ -41,6 +40,7 @@
4140
- 🦭 PPI traits ([#259]).
4241
- Various TWIM fixes and improvements - removes automatic transfer splitting ([#242]).
4342
- Remove typestate from RTC to make it easier to use ([#252]).
43+
- Also return owned `Pins` from `Usart::free()` ([#261]).
4444

4545
### Internal Improvements
4646

@@ -82,6 +82,7 @@
8282
[#252]: https://github.com/nrf-rs/nrf-hal/pull/252
8383
[#255]: https://github.com/nrf-rs/nrf-hal/pull/255
8484
[#259]: https://github.com/nrf-rs/nrf-hal/pull/259
85+
[#261]: https://github.com/nrf-rs/nrf-hal/pull/261
8586
[`cargo-xtask`]: https://github.com/matklad/cargo-xtask
8687

8788
## [0.11.1]

0 commit comments

Comments
 (0)