File tree 1 file changed +2
-1
lines changed
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/).
13
13
- [ breaking-change] ` HistoryBuffer ` is now working with const constructors and non-` Copy ` data
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
- - [ 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 )
17
18
- ` Pool ` and ` MPMC ` now works on ` thumbv6m `
18
19
- [ breaking-change] ` String ` has had ` utf8 ` related methods removed as this can be done via ` str `
19
20
- [ 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