Skip to content

Commit 2aff770

Browse files
committed
Update CHANGELOG
1 parent 18dc5ff commit 2aff770

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Unreleased
44

5-
(no changes)
5+
### Fixes
6+
7+
- Fix TWIS transfer `is_done()` always returns true ([#329]).
8+
9+
[#329]: https://github.com/nrf-rs/nrf-hal/pull/329
610

711
## [0.12.2]
812

@@ -126,9 +130,9 @@
126130
- Also return owned `Pins` from `Usart::free()` ([#261]).
127131

128132
¹ _A trait can be sealed by making a private trait a supertrait. That way, no
129-
downstream crates can implement it (since they can't name the supertrait).
130-
This is just to make sure the trait isn't implemented by types that shouldn't
131-
implement it._
133+
downstream crates can implement it (since they can't name the supertrait).
134+
This is just to make sure the trait isn't implemented by types that shouldn't
135+
implement it._
132136

133137
### Internal Improvements
134138

0 commit comments

Comments
 (0)