Skip to content

Commit 32e5683

Browse files
authored
Merge pull request #39 from MathiasKoch/chore/update-changelog
Update changelog with recent PR merges, and fix #38
2 parents 4a29206 + ca56b83 commit 32e5683

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)