Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Luu committed Apr 19, 2024
1 parent 560c041 commit f47c107
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/web3-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- `toWei` add warning when using large numbers or large decimals that may cause precision loss (#6908)

### Fixed

- `toWei` support numbers in scientific notation (#6908)

0 comments on commit f47c107

Please sign in to comment.