From 97995e4905b5cc447b54ea4dd97841b580ae6493 Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Sun, 18 Feb 2024 21:26:26 -0600 Subject: [PATCH] Add changelog --- math/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/math/CHANGELOG.md b/math/CHANGELOG.md index 85b04aed130..db0512ffae2 100644 --- a/math/CHANGELOG.md +++ b/math/CHANGELOG.md @@ -43,6 +43,7 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j * [#18874](https://github.com/cosmos/cosmos-sdk/pull/18874) Speedup `math.Int.Mul` by removing a duplicate overflow check * [#19386](https://github.com/cosmos/cosmos-sdk/pull/19386) Speedup `math.Int` overflow checks +* [#19467](https://github.com/cosmos/cosmos-sdk/pull/19467) Slightly speedup `math.LegacyDec` `Ceil` and `MarshalTo` methods ### Bug Fixes