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 4b7d2c0 commit 73bd5ecCopy full SHA for 73bd5ec
CHANGELOG.md
@@ -7,6 +7,14 @@ project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Serialize / deserialize `u128`/`i128` types as numbers instead of strings
13
+ ([#59]).<br/> **Please note:** this breaks deserialization of `u128`/`i128`
14
+ serialized with older versions of `serde-json-wasm`.
15
16
+[#59]: https://github.com/CosmWasm/serde-json-wasm/pull/59
17
18
## [0.5.1] - 2023-04-11
19
20
### Added
0 commit comments