Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Nov 29, 2023
1 parent ee5e81d commit 3301287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ If there are any bugs, improvements, optimizations or any new feature proposal f

- Will populate `data` for transactions in contract for metamask provider instead of `input` (#6534)

## [4.4.0]
## [4.3.0]

### Changed

Expand All @@ -2272,7 +2272,7 @@ If there are any bugs, improvements, optimizations or any new feature proposal f

#### web3-eth-contracts

- Web3config `contractDataInputFill` has been defaulted to `data`, istead of `input`. (#6622)
- By default, contracts will fill `data` instead of `input` within method calls (#6622)

#### web3-eth-ens

Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,6 @@ Documentation:

### Changed

- Web3config `contractDataInputFill` has been defaulted to `data`, istead of `input`. (#6622)
- By default, contracts will fill `data` instead of `input` within method calls (#6622)

## [Unreleased]

0 comments on commit 3301287

Please sign in to comment.