We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d00264 commit 5e56a6aCopy full SHA for 5e56a6a
rmp-serde/CHANGELOG.md
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased][unreleased]
6
+## 0.8.2 - 2015-11-10
7
+### Changed
8
+- Fixed stack overflow when unpacking recursive data structures.
9
10
## 0.8.1 - 2015-10-03
11
### Changed
rmp-serde/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rmp-serde"
-version = "0.8.1"
+version = "0.8.2"
authors = ["Evgeny Safronov <[email protected]>"]
license = "MIT"
description = "Serde bindings for RMP"
0 commit comments