From b555368c3cc53a1bfbb4a46dfe44a71928dfd460 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Mon, 25 Sep 2023 15:38:41 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c51eaa7d0b..d3438ec678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,12 +19,14 @@ 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 `SignedDecimal` and `SignedDecimal256` ([#1807]). [#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 +[#1807]: https://github.com/CosmWasm/cosmwasm/pull/1807 ## [1.4.0] - 2023-09-04