Skip to content

Commit 8833982

Browse files
committed
docs(serde): changelog update
1 parent 23f9b31 commit 8833982

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

rmp-serde/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
66

7+
## 0.8.1 - 2015-10-03
8+
### Changed
9+
- Upper limit for serde version.
10+
11+
### Fixed
12+
- Use the most effective int encoding
13+
Even if the value is explicitly marked as i64 it must be encoded using
14+
the most effective bytes representation despite of signed it or
15+
unsigned.
16+
717
## 0.8.0 - 2015-09-11
818
### Changed
919
- Serializer can now be extended with custom struct encoding policy.

0 commit comments

Comments
 (0)