From a36d0c0fbeec718cabbfcd33085d9b34a75714fb Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 8 Mar 2021 16:50:23 +0100 Subject: [PATCH] docs(changelog): add public key to ECDHSessionKey --- core/CHANGELOG.md | 2 ++ legacy/firmware/CHANGELOG.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 28a7dc7aab..7c01692800 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Locking the device by holding finger on the homescreen for 2.5 seconds. [#1404] +- Public key to ECDHSessionKey. [#1518] ### Changed @@ -372,3 +373,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1404]: https://github.com/trezor/trezor-firmware/issues/1404 [#1415]: https://github.com/trezor/trezor-firmware/pull/1415 [#1467]: https://github.com/trezor/trezor-firmware/issues/1467 +[#1518]: https://github.com/trezor/trezor-firmware/pull/1518 diff --git a/legacy/firmware/CHANGELOG.md b/legacy/firmware/CHANGELOG.md index 16f81b954f..de9a4811d6 100644 --- a/legacy/firmware/CHANGELOG.md +++ b/legacy/firmware/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 1.10.0 [unreleased] ### Added +- Public key to ECDHSessionKey. [#1518] ### Changed @@ -378,3 +379,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1369]: https://github.com/trezor/trezor-firmware/pull/1369 [#1402]: https://github.com/trezor/trezor-firmware/pull/1402 [#1415]: https://github.com/trezor/trezor-firmware/pull/1415 +[#1518]: https://github.com/trezor/trezor-firmware/pull/1518