Add EIP1559 to changelog

This commit is contained in:
pscott
2021-08-03 12:09:42 +02:00
parent 8d24d91117
commit 087af9c0fe

View File

@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.8.9](https://github.com/ledgerhq/app-ethereum/compare/1.8.8...1.8.0) - 2021-8-03
### Added
- Added support for EIP-1559 and EIP-2930 style transactions.
## [1.8.8](https://github.com/ledgerhq/app-ethereum/compare/1.8.7...1.8.8) - 2021-7-21
### Added