From cf9cbc0f476f449b96381414dacef6212f628570 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 30 May 2022 15:59:01 +0200 Subject: [PATCH] Updated the changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01c246..09820a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9.19](https://github.com/ledgerhq/app-ethereum/compare/1.9.18...1.9.19) - 2022-XX-XX + +### Changed + +- EIP-191 signatures now show the actual data contained in the message (clear-signing) + ## [1.9.18](https://github.com/ledgerhq/app-ethereum/compare/1.9.17...1.9.18) - 2022-04-25 ### Added