Skip to content

Commit 0795bf4

Browse files
committed
Doc(changelog): update.
1 parent 46141b5 commit 0795bf4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rmp-serde/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased][unreleased]
66
### Changed
77
- Serializer can now be extended with custom struct encoding policy.
8+
- Improved error types and its messages for serialization part.
9+
- New error type introduced - UnknownLength. Returned on attempt to serialize struct, map or serquence with unknown
10+
length (Serde allows this).
11+
- The new type is returned if necessary.
812

913
### Fixed
1014
- Deserializer now properly works with enums.

0 commit comments

Comments
 (0)