mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-12 00:10:58 +00:00
docs(changelog): add public key to ECDHSessionKey
This commit is contained in:
parent
78ab0a6a2d
commit
a36d0c0fbe
@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Locking the device by holding finger on the homescreen for 2.5 seconds. [#1404]
|
- Locking the device by holding finger on the homescreen for 2.5 seconds. [#1404]
|
||||||
|
- Public key to ECDHSessionKey. [#1518]
|
||||||
|
|
||||||
### Changed
|
### 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
|
[#1404]: https://github.com/trezor/trezor-firmware/issues/1404
|
||||||
[#1415]: https://github.com/trezor/trezor-firmware/pull/1415
|
[#1415]: https://github.com/trezor/trezor-firmware/pull/1415
|
||||||
[#1467]: https://github.com/trezor/trezor-firmware/issues/1467
|
[#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]
|
## 1.10.0 [unreleased]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
- Public key to ECDHSessionKey. [#1518]
|
||||||
|
|
||||||
### Changed
|
### 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
|
[#1369]: https://github.com/trezor/trezor-firmware/pull/1369
|
||||||
[#1402]: https://github.com/trezor/trezor-firmware/pull/1402
|
[#1402]: https://github.com/trezor/trezor-firmware/pull/1402
|
||||||
[#1415]: https://github.com/trezor/trezor-firmware/pull/1415
|
[#1415]: https://github.com/trezor/trezor-firmware/pull/1415
|
||||||
|
[#1518]: https://github.com/trezor/trezor-firmware/pull/1518
|
||||||
|
Loading…
Reference in New Issue
Block a user