We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da98438 commit 128251eCopy full SHA for 128251e
1 file changed
CHANGELOG.md
@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
- Initial support for [Serde](https://github.com/serde-rs/serde) serializer and deserializer.
8
- Efficient bytes serialization with Serde.
9
- Efficient binaries deserialization with Serde using `ByteBuf`.
10
+- Rust serialize Decoder now can provide the underlying reader both by reference or by value, destroying itself in the
11
+ last case.
12
13
### Changed
14
- Renamed `PositiveFixnum` marker to `FixPos`.
0 commit comments