File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## [ Planning] [ planning ]
6- - FixedValue* -> FixVal*
7-
85## [ Unreleased] [ unreleased ]
96### Added
107- Initial support for [ Serde] ( https://github.com/serde-rs/serde ) serializer and deserializer.
118- Efficient bytes serialization with Serde.
129- Efficient binaries deserialization with Serde using ` ByteBuf ` .
1310
11+ ### Changed
12+ - Renamed ` PositiveFixnum ` marker to ` FixPos ` .
13+ - Renamed ` NegativeFixnum ` marker to ` FixNeg ` .
14+ - Renamed ` FixedString ` marker to ` FixStr ` .
15+ - Renamed ` FixedArray ` marker to ` FixArray ` .
16+ - Renamed ` FixedMap ` to ` FixMap ` .
17+
1418## 0.5.1 - 2015-08-10
1519### Changed
1620- Now the ` rustc_serialize::Encoder ` should encode signed integers using the most effective underlying representation.
You can’t perform that action at this time.
0 commit comments