diff --git a/packages/web3-utils/CHANGELOG.md b/packages/web3-utils/CHANGELOG.md index cc73b7e45e4..d0f162613d8 100644 --- a/packages/web3-utils/CHANGELOG.md +++ b/packages/web3-utils/CHANGELOG.md @@ -213,10 +213,15 @@ Documentation: ### Fixed -- `toWei` support numbers in scientific notation (#6908) - fixed toHex incorrectly hexing Uint8Arrays and Buffer (#6957) - fixed isUint8Array not returning true for Buffer (#6957) +## [Unreleased] + ### Added -- `toWei` add warning when using large numbers or large decimals that may cause precision loss (#6908) \ No newline at end of file +- `toWei` add warning when using large numbers or large decimals that may cause precision loss (#6908) + +### Fixed + +- `toWei` support numbers in scientific notation (#6908) \ No newline at end of file