Skip to content

Commit d48b182

Browse files
committed
Version 1.0.0-pre6
1 parent ae322ef commit d48b182

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ To be compatible with Postbag 0.4 use `cfg::Version::Postbag0_4`.
1818
replacing the `Cfg` trait and its type parameter.
1919
- Added a limit on the nesting depth of serialized and deserialized data,
2020
defaulting to `cfg::DEFAULT_DEPTH_LIMIT` (128).
21+
- Recoverable deserialization via recoverable module allows replacements
22+
of values that failed deserialization either by their default or custom
23+
replacement values.
2124
- Minimum supported Rust version (MSRV) is 1.95
2225

2326
## 0.4.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postbag"
3-
version = "1.0.0-pre5"
3+
version = "1.0.0-pre6"
44
authors = [
55
"Sebastian Urban <surban@surban.net>",
66
"James Munns <james@onevariable.com>",

0 commit comments

Comments
 (0)