Skip to content

Commit dcc689d

Browse files
committed
Changelog: update.
1 parent 19725ab commit dcc689d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
All notable changes to this project will be documented in this file.
33
This 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.

0 commit comments

Comments
 (0)