We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9997189 commit 4fc55a6Copy full SHA for 4fc55a6
CHANGELOG.md
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased][unreleased]
9
10
+## 0.5.1 - 2015-08-10
11
+### Changed
12
+- Now the `rustc_serialize::Encoder` should encode signed integers using the most effective underlying representation.
13
+- Now the `rustc_serialize::Decoder` should properly map integers to the result type if the decoded value fits in
14
+ result type's range.
15
+
16
## 0.5.0 - 2015-08-01
17
### Added
18
- New `ValueRef` value struct represents MessagePack'ed value, but unlike an owning `Value` it owns nothing except its
0 commit comments