Skip to content

Commit 82102c3

Browse files
committed
Add CHANGELOG entry Replace dependency serde-json-wasm with serde_json
1 parent d712de9 commit 82102c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ and this project adheres to
5858
- cosmwasm-std: Remove previously deprecated `cosmwast_std::testing::mock_info`.
5959
Use `cosmwasm_std::testing::message_info` instead. ([#2393])
6060
- cosmwasm-std: Remove abort feature. ([#2141])
61+
- cosmwasm-std: Replace dependency `serde-json-wasm` with `serde_json`.
62+
([#2195])
6163

6264
## Fixed
6365

@@ -68,6 +70,7 @@ and this project adheres to
6870
[#2141]: https://github.com/CosmWasm/cosmwasm/issues/2141
6971
[#2155]: https://github.com/CosmWasm/cosmwasm/issues/2155
7072
[#2156]: https://github.com/CosmWasm/cosmwasm/issues/2156
73+
[#2195]: https://github.com/CosmWasm/cosmwasm/issues/2195
7174
[#2201]: https://github.com/CosmWasm/cosmwasm/issues/2201
7275
[#2237]: https://github.com/CosmWasm/cosmwasm/issues/2237
7376
[#2262]: https://github.com/CosmWasm/cosmwasm/issues/2262

0 commit comments

Comments
 (0)