docs(changelog): add public key to ECDHSessionKey

pull/1525/head
Pavol Rusnak 3 years ago
parent 78ab0a6a2d
commit a36d0c0fbe
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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

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

Loading…
Cancel
Save