We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e81c38 commit e489c7cCopy full SHA for e489c7c
1 file changed
rmp-serde/CHANGELOG.md
@@ -13,3 +13,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
- Option<()>.
14
- Option<Option<...>>.
15
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