From f47c1075aea569758edfe0d237443ed30c076721 Mon Sep 17 00:00:00 2001 From: Alex Luu Date: Fri, 19 Apr 2024 00:09:11 -0400 Subject: [PATCH] update changelog --- packages/web3-utils/CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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