You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
-[breaking-change]`HistoryBuffer::as_slice` and others now only return initialized values
15
15
-[breaking-change]`MultiCore`/`SingleCore` is now removed from `spsc::Queue`
16
16
-[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
18
18
-`Pool` and `MPMC` now works on `thumbv6m`
19
19
-[breaking-change]`String` has had `utf8` related methods removed as this can be done via `str`
20
20
-[breaking-change] No data structures implement `AsSlice` traits any more, now using `AsRef` and `AsMut`
0 commit comments