File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - [ breaking-change] Converted all data structures to use the ` const generics ` MVP
13+ - [ breaking-change] ` HistoryBuffer ` is now working with const constructors and non-` Copy ` data
14+ - [ breaking-change] ` HistoryBuffer::as_slice ` and others now only return initialized values
15+ - [ breaking-change] ` MultiCore ` /` SingleCore ` is now removed from ` spsc::Queue `
16+ - [ breaking-change] ` spsc::Queue::u8() ` and ` spsc::Queue::u16() ` are now unsafe
17+ - ` Pool ` and ` MPMC ` now works on ` thumbv6m `
18+ - [ breaking-change] ` String ` has had ` utf8 ` related methods removed as this can be done via ` str `
19+ - [ breaking-change] No data structures implement ` AsSlice ` traits any more, now using ` AsRef ` and ` AsMut `
20+
1021## [ v0.6.1] - 2021-03-02
1122
1223### Fixed
You can’t perform that action at this time.
0 commit comments