File tree 1 file changed +13
-5
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
18
## [ 1.0.0] - 2023-08-04
11
19
12
20
### Changed
13
21
14
- - Introduce ` std ` (enabled by default) and ` unstable ` features ([ #58 ] ). They
22
+ - Introduce ` std ` (enabled by default) and ` unstable ` features ([ #58 ] ). They
15
23
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.
20
28
21
29
- Serialize / deserialize ` u128 ` /` i128 ` types as numbers instead of strings
22
30
([ #59 ] ).<br /> ** Please note:** this breaks deserialization of ` u128 ` /` i128 `
You can’t perform that action at this time.
0 commit comments