Skip to content

Commit 4fc55a6

Browse files
committed
Changelog: update.
1 parent 9997189 commit 4fc55a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased][unreleased]
99

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+
1016
## 0.5.0 - 2015-08-01
1117
### Added
1218
- New `ValueRef` value struct represents MessagePack'ed value, but unlike an owning `Value` it owns nothing except its

0 commit comments

Comments
 (0)