We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f9b31 commit 8833982Copy full SHA for 8833982
rmp-serde/CHANGELOG.md
@@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased][unreleased]
6
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
17
## 0.8.0 - 2015-09-11
18
### Changed
19
- Serializer can now be extended with custom struct encoding policy.
0 commit comments