You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rmp-serde/CHANGELOG.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
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
6
12
- 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.
0 commit comments