From 87ffedf16a4a3c921d45848baf4c18b9ee3be222 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Fri, 22 Sep 2023 13:29:03 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c51eaa7d0b..a3a990c957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,12 +19,17 @@ and this project adheres to - cosmwasm-std: Add `is_negative` for `Int{64,128,256,512}` ([#1867]). - cosmwasm-std: Add `TryFrom for Uint64` and `TryFrom for Int{B}` where `A >= B` ([#1870]). +- cosmwasm-std: Add `to_json_{vec,binary,string}` and + `from_json_{slice,binary,str}` and deprecate `to_{vec,binary}` in favor of + `to_json_{vec,binary}` and `from_{slice,binary}` in favor of + `from_json_{slice,binary}`. ([#1886]) [#1854]: https://github.com/CosmWasm/cosmwasm/pull/1854 [#1861]: https://github.com/CosmWasm/cosmwasm/pull/1861 [#1866]: https://github.com/CosmWasm/cosmwasm/pull/1866 [#1867]: https://github.com/CosmWasm/cosmwasm/pull/1867 [#1870]: https://github.com/CosmWasm/cosmwasm/pull/1870 +[#1886]: https://github.com/CosmWasm/cosmwasm/pull/1886 ## [1.4.0] - 2023-09-04