From a28d53aaf8df53c427d11b3efc1b0a36cd09693b Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 7 Nov 2023 15:07:47 +0100 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6143c383eb..2439396833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ and this project adheres to - cosmwasm-vm: Reduce gas values by a factor of 1000. ([#1884]) - cosmwasm-std: Upgrade to `serde-json-wasm` 1.0. This means `u128` and `i128` are now serialized as numbers instead of strings. Use `Uint128` and `Int128` - instead. ([#1898]) + instead. ([#1939]) [#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874 [#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876 @@ -41,6 +41,7 @@ and this project adheres to [#1884]: https://github.com/CosmWasm/cosmwasm/pull/1884 [#1898]: https://github.com/CosmWasm/cosmwasm/pull/1898 [#1902]: https://github.com/CosmWasm/cosmwasm/pull/1902 +[#1939]: https://github.com/CosmWasm/cosmwasm/pull/1939 ### Removed