From fab1153995e74bbdf7902660b1c91022baa01194 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Wed, 18 Dec 2024 18:12:05 +0100 Subject: [PATCH] Updated changelog for 1.14.0 --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 044c1164f..fff895cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,24 @@ 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.14.0](https://github.com/ledgerhq/app-ethereum/compare/1.13.0...1.14.0) - 202x-xx-xx +## [1.14.0](https://github.com/ledgerhq/app-ethereum/compare/1.13.0...1.14.0) - 2024-12-19 + +### Added + +- (network) Zero +- Generic clear-signing support + +### Changed + +- Renamed "Address" field in ERC-20 approval flow to "Approve to" +- Blind-signing flow now shows transaction hash (keccak-256 of the RLP without v/r/s) +- Blind-signing flow now hides the amount if it is 0 + +### Fixed + +- Version comparison in trusted name feature +- Key ID & public key used for trusted names coming from CAL +- PKI key usage in trusted name feature ## [1.13.0](https://github.com/ledgerhq/app-ethereum/compare/1.12.2...1.13.0) - 2024-11-26