Skip to content

Commit dfa5d50

Browse files
committed
Updated changelog
1 parent 0ffef8f commit dfa5d50

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)