mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 21:10:28 +00:00
CHANGELOG: fix formatting
This commit is contained in:
parent
c544954326
commit
481de1592c
@ -66,7 +66,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- `Vec::extend_from_slice`
|
||||
- `Vec::from_slice`
|
||||
- `Vec::resize_default`
|
||||
> * [ ] Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue`
|
||||
- `Vec::resize`
|
||||
- Renamed `FromUtf16Error::DecodeUtf16Error` to `FromUtf16Error::DecodeUtf16`.
|
||||
- Changed `stable_deref_trait` to a platform-dependent dependency.
|
||||
@ -96,6 +95,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- The `MpMcQueue` type has been renamed to `Queue`.
|
||||
- The `MpMcQueueView` type has been renamed to `QueueView`.
|
||||
- The `MpMcQueueInner` type has been renamed to `QueueInner`.
|
||||
- Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue`
|
||||
- Changed `Queue::split` to be `const`.
|
||||
|
||||
### Fixed
|
||||
|
Loading…
x
Reference in New Issue
Block a user