Skip to content

Commit a1ab3fa

Browse files
committed
changelog: update
1 parent c410ee9 commit a1ab3fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

rmp-serde/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
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-
## [Unreleased][unreleased]
5+
## [Unreleased][unreleased
6+
## 0.13.2 - 2017-04-30
7+
### Changed
8+
- Fixed `rmps::decode::from_read` signature by marking that it can only deserialize into `DeserializeOwned`. The previous signature let try to deserialize, for example `&str` and other borrow types and it failed at runtime instead of catching it at compile time.
9+
10+
## 0.13.1 - 2017-04-25
11+
### Added
612
- Add helper `RawRef` struct that allows to deserialize borrowed strings even if they contain invalid UTF-8. This can be when deserializing frames from older MessagePack spec.
713

814
## 0.13.0 - 2017-04-24

0 commit comments

Comments
 (0)