Skip to content

Commit 73bd5ec

Browse files
committed
Add changelog entry for u128/i128 serialization
1 parent 4b7d2c0 commit 73bd5ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

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+
1018
## [0.5.1] - 2023-04-11
1119

1220
### Added

0 commit comments

Comments
 (0)