1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 07:18:09 +00:00

docs(changelog): add public key to ECDHSessionKey

This commit is contained in:
Pavol Rusnak 2021-03-08 16:50:23 +01:00
parent 78ab0a6a2d
commit a36d0c0fbe
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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