Skip to content

Commit bf6728e

Browse files
committed
Clarification in changelog
1 parent 58cb279 commit bf6728e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- [breaking-change] `HistoryBuffer::as_slice` and others now only return initialized values
1515
- [breaking-change] `MultiCore`/`SingleCore` is now removed from `spsc::Queue`
1616
- [breaking-change] `spsc::Queue` is now `usize` only
17-
- [breaking-change] `spsc::Queue` now sacrifices one element for correctness (see issue #207)
17+
- [breaking-change] `spsc::Queue` now sacrifices one element for correctness (see issue #207), i.e. it creates an `N - 1` sized queue instead of the old that generated an size `N` queue
1818
- `Pool` and `MPMC` now works on `thumbv6m`
1919
- [breaking-change] `String` has had `utf8` related methods removed as this can be done via `str`
2020
- [breaking-change] No data structures implement `AsSlice` traits any more, now using `AsRef` and `AsMut`

0 commit comments

Comments
 (0)