1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

[skip e2e] Update changelog for v9.8.4 (#11665)

This commit is contained in:
ryanml 2021-07-28 11:59:36 -07:00 committed by GitHub
parent 404f876026
commit c3c43ae62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [9.8.4]
### Uncategorized
- Use current block gas limit as the limit passed eth_estimateGas ([#11658](https://github.com/MetaMask/metamask-extension/pull/11658))
- Revert "Use current block gas limit as the limit passed eth_estimateGas (#11658)" ([#11658](https://github.com/MetaMask/metamask-extension/pull/11658))
- Use current block gas limit as the limit passed eth_estimateGas ([#11658](https://github.com/MetaMask/metamask-extension/pull/11658))
### Changed
- [#11652](https://github.com/MetaMask/metamask-extension/pull/11652): Allow higher precision gas prices in send flow
### Fixed
- [#11658](https://github.com/MetaMask/metamask-extension/pull/11658): Fixed incorrect gas limit estimates for send transactions
## [9.8.3]
### Fixed