mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 12:30:35 +00:00
mention serde feature in the changelog
This commit is contained in:
parent
9a9cbd3918
commit
a0e78c1fb9
@ -12,13 +12,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
### Added
|
||||
|
||||
- All containers now implement `Clone`
|
||||
|
||||
- `spsc::Queue` now implements `Debug`, `Hash`, `PartialEq` and `Eq`
|
||||
|
||||
- `LinearMap` now implements `Debug`, `FromIterator`, `IntoIter`, `PartialEq`,
|
||||
`Eq` and `Default`
|
||||
|
||||
- `BinaryHeap` now implements `Debug` and `Default`
|
||||
|
||||
- `String` now implements `FromStr`, `Hash`, `From<uxx>` and `Default`
|
||||
|
||||
- `Vec` now implements `Hash` and `Default`
|
||||
|
||||
- A "serde" Cargo feature that when enabled adds a `serde::Serialize` and
|
||||
`serde::Deserialize` implementations to each collection.
|
||||
|
||||
## [v0.4.1] - 2018-12-16
|
||||
|
||||
### Changed
|
||||
|
Loading…
x
Reference in New Issue
Block a user