mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-23 22:01:01 +00:00
chore(core): add changelog entries
This commit is contained in:
parent
50e648636f
commit
e62f6184a8
@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- Protobuf codec now enforces `required` fields and pre-fills default values. [#379]
|
||||
- `TxAck` messages are now decoded into "polymorphic" subtypes instead of the common `TxAck` type.
|
||||
- Bump nanobp dependency to 0.4.3. [#1105]
|
||||
- BIP-32 paths must now match a pre-defined path schema to be considered valid [#1184]
|
||||
|
||||
### Deprecated
|
||||
|
||||
@ -22,6 +23,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
### Fixed
|
||||
|
||||
- Path warning is not shown on `GetAddress(show_display=False)` call [#1206]
|
||||
|
||||
### Security
|
||||
|
||||
## 2.3.4 [7th October 2020]
|
||||
@ -317,7 +320,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#1159]: https://github.com/trezor/trezor-firmware/issues/1159
|
||||
[#1165]: https://github.com/trezor/trezor-firmware/pull/1165
|
||||
[#1173]: https://github.com/trezor/trezor-firmware/pull/1173
|
||||
[#1184]: https://github.com/trezor/trezor-firmware/issues/1184
|
||||
[#1188]: https://github.com/trezor/trezor-firmware/issues/1188
|
||||
[#1190]: https://github.com/trezor/trezor-firmware/issues/1190
|
||||
[#1193]: https://github.com/trezor/trezor-firmware/issues/1193
|
||||
[#1206]: https://github.com/trezor/trezor-firmware/issues/1206
|
||||
[#1246]: https://github.com/trezor/trezor-firmware/issues/1246
|
||||
|
Loading…
Reference in New Issue
Block a user