Skip to content

Commit 57e600f

Browse files
committed
rtic-sync: Update CHANGELOG
1 parent 0b55b30 commit 57e600f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rtic-sync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
1111
### Changed
1212

1313
- Add `loom` support.
14+
### Changed
15+
16+
- Actually drop items left over in `Channel` on drop of `Channel`.
17+
- Allow for `split()`-ing a channel more than once without immediately panicking.
1418
- Don't force `Signal` import when using `make_signal` macro
1519
- Update `make_signal`'s documentation to match `make_channel`'s
1620

0 commit comments

Comments
 (0)