Skip to content

Commit

Permalink
chore: prepare math 1.0.1 (#16153)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed May 15, 2023
1 parent fb8ff07 commit 90e3e69
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,17 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j

## [Unreleased]

### Bug Fixes

* [#15714](https://github.com/cosmos/cosmos-sdk/pull/15714) `FormatInt` returns an error on empty string
## [math/v1.0.1](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.0.1) - 2023-05-15

### Improvements

* [#15768](https://github.com/cosmos/cosmos-sdk/pull/15768) Removed the second call to the `init` method for the global variable `grand`.
* [#16141](https://github.com/cosmos/cosmos-sdk/pull/16141) Speedup `LegacyDec.ApproxRoot` and `LegacyDec.ApproxSqrt`.

### Bug Fixes

* [#15714](https://github.com/cosmos/cosmos-sdk/pull/15714) `FormatInt` returns an error on empty string.

## [math/v1.0.0](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.0.0) - 2023-03-23

### Bug Fixes
Expand Down

0 comments on commit 90e3e69

Please sign in to comment.