Skip to content

Commit

Permalink
update CHANGELOG.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba authored Oct 9, 2023
1 parent 7697a28 commit d7e97db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/web3-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,8 @@ Documentation:

- defaultTransactionType is now type 0x2 instead of 0x0 (#6282)
- Allows formatter to parse large base fee (#6456)
- The package now uses `EventEmitter` from `web3-utils` that works in node envrioment as well as in the browser. (#6398)

### Fixed

- Fix the issue: "Uncaught TypeError: Class extends value undefined is not a constructor or null #6371". (#6398)
2 changes: 2 additions & 0 deletions packages/web3-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,6 @@ Documentation:

## [Unreleased]

### Added

- As a replacment of the node EventEmitter, a custom `EventEmitter` has been implemented and exported. (#6398)

0 comments on commit d7e97db

Please sign in to comment.