We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115a6f4 commit cf77ab6Copy full SHA for cf77ab6
CHANGELOG.md
@@ -14,8 +14,11 @@ and this project adheres to
14
specifying the buffer type but you need an `ArrayBuffer`. Internally it might
15
perform a copy but in the vast majority of cases it will just change the type
16
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])
19
20
[#1883]: https://github.com/cosmos/cosmjs/issues/1883
21
+[#1916]: https://github.com/cosmos/cosmjs/pull/1916
22
23
### Changed
24
0 commit comments