We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46141b5 commit 0795bf4Copy full SHA for 0795bf4
1 file changed
rmp-serde/CHANGELOG.md
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
## [Unreleased][unreleased]
6
### Changed
7
- 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.
12
13
### Fixed
14
- Deserializer now properly works with enums.
0 commit comments