File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments