diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ba0c9..fda0f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.10.0](https://github.com/ledgerhq/app-ethereum/compare/1.9.20...1.10.0) - 2022-XX-XX +### Changed + +- EIP-712 signatures are now computed on-device and display their content (clear-signing) + ## [1.9.20](https://github.com/ledgerhq/app-ethereum/compare/1.9.19...1.9.20) - 2022-10-10 ### Added diff --git a/doc/ethapp.adoc b/doc/ethapp.adoc index 758e761..bc57b3b 100644 --- a/doc/ethapp.adoc +++ b/doc/ethapp.adoc @@ -34,7 +34,7 @@ Application version 1.9.19 - 2022-05-17 ### 1.9.18 - Add PERFORM PRIVACY OPERATION -### 1.9.19 +### 1.10.0 - Add EIP712 STRUCT DEFINITION & EIP712 STRUCT IMPLEMENTATION - Update to SIGN ETH EIP712