File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ### Added
11+ - Support for serialization into slices
12+ - Support for serializing and deserializing unit types, newtypes and variants
13+
14+ ### Changed
15+ - Changed deserializations to return the number of bytes used
16+ - Changed deserializer and serializer to handle escaped strings
17+ - Changed deserializer to handle whitespaces before sequence
18+ - Raised MSRV to 1.40.0 in order to use ` non_exhaustive `
19+
1020## [ v0.1.0] - 2019-11-17
1121
1222### Added
13-
1423- support for floats and tuple structs
1524
1625### Changed
17-
1826- [ breaking-change] The ` heapless ` dependency has been bumped to v0.5.0
19-
2027- This crate now compiles on stable (MSRV = 1.31)
2128
2229## v0.0.1
You can’t perform that action at this time.
0 commit comments