Skip to content

Commit cf77ab6

Browse files
committed
Add CHANGLOG for Decimal.adjustFractionalDigits
1 parent 115a6f4 commit cf77ab6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ and this project adheres to
1414
specifying the buffer type but you need an `ArrayBuffer`. Internally it might
1515
perform a copy but in the vast majority of cases it will just change the type
1616
after ensuring `ArrayBuffer` is used. ([#1883])
17+
- @cosmjs/math: Add `Decimal.adjustFractionalDigits` which allows you to change
18+
the fractional digits of a Decimal without changing its value. ([#1916])
1719

1820
[#1883]: https://github.com/cosmos/cosmjs/issues/1883
21+
[#1916]: https://github.com/cosmos/cosmjs/pull/1916
1922

2023
### Changed
2124

0 commit comments

Comments
 (0)