File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,24 @@ project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 1.0.1] - 2024-01-23
11+
12+ ### Changed
13+
14+ - Add recursion limit to deserialization ([ #65 ] ).
15+
16+ [ #65 ] : https://github.com/CosmWasm/serde-json-wasm/pull/65
17+
1018## [ 1.0.0] - 2023-08-04
1119
1220### Changed
1321
14- - Introduce ` std ` (enabled by default) and ` unstable ` features ([ #58 ] ). They
22+ - Introduce ` std ` (enabled by default) and ` unstable ` features ([ #58 ] ). They
1523 enable corresponding serde’s features and if either is enabled, ` Error `
16- implements ` std::error::Error ` trait. By itself, ` serde-json-wasm ` is now
17- ` no_std ` ; it’s up to serde’s features whether the entire build is.<br /> ** Please
18- note:** this potentially breaks ` default-features = false ` builds.
19- If you need the ` Error ` trait impl, enable one of the two features explicitly.
24+ implements ` std::error::Error ` trait. By itself, ` serde-json-wasm ` is now
25+ ` no_std ` ; it’s up to serde’s features whether the entire build is.<br />
26+ ** Please note:** this potentially breaks ` default-features = false ` builds. If
27+ you need the ` Error ` trait impl, enable one of the two features explicitly.
2028
2129- Serialize / deserialize ` u128 ` /` i128 ` types as numbers instead of strings
2230 ([ #59 ] ).<br /> ** Please note:** this breaks deserialization of ` u128 ` /` i128 `
You can’t perform that action at this time.
0 commit comments