Skip to content

Commit ce83c8d

Browse files
committed
CHANGELOG update
1 parent d8a04b4 commit ce83c8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
- [breaking-change] `HistoryBuffer` is now working with const constructors and non-`Copy` data
1414
- [breaking-change] `HistoryBuffer::as_slice` and others now only return initialized values
1515
- [breaking-change] `MultiCore`/`SingleCore` is now removed from `spsc::Queue`
16-
- [breaking-change] `spsc::Queue::u8()` and `spsc::Queue::u16()` are now unsafe
16+
- [breaking-change] `spsc::Queue` is now `usize` only
17+
- [breaking-change] `spsc::Queue` now sacrifices one element for correctness (see issue #207)
1718
- `Pool` and `MPMC` now works on `thumbv6m`
1819
- [breaking-change] `String` has had `utf8` related methods removed as this can be done via `str`
1920
- [breaking-change] No data structures implement `AsSlice` traits any more, now using `AsRef` and `AsMut`

0 commit comments

Comments
 (0)