Skip to content

Commit e489c7c

Browse files
committed
Doc(changelog): updated.
1 parent 4e81c38 commit e489c7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rmp-serde/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313
- Option<()>.
1414
- Option<Option<...>>.
1515
It's impossible to properly deserialize the listed cases without explicit option marker in protocol.
16+
- Serializer now properly serializes unit structs.
17+
Previously it was serialized as a unit (nil), now there is just an empty array ([]).

0 commit comments

Comments
 (0)