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

python: update changelog

This commit is contained in:
matejcik 2020-08-05 14:58:47 +02:00
parent efcaf7bda6
commit 3dd3d96957

View File

@ -15,6 +15,10 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/
- `trezorctl btc get-address` can create multisig addresses. - `trezorctl btc get-address` can create multisig addresses.
- the following commands are now equivalent in trezorctl: `firmware-update`, `firmware-upgrade`, - the following commands are now equivalent in trezorctl: `firmware-update`, `firmware-upgrade`,
`update-firmware`, `upgrade-firmware` `update-firmware`, `upgrade-firmware`
- support for EXTERNAL input type [#38], [#1052]
- support for ownership proofs
- support for pre-authorized CoinJoin transactions [#37]
- support for Cardano Shelley [#948]
### Changed ### Changed
@ -399,6 +403,8 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/
[f#778]: https://github.com/trezor/trezor-firmware/issues/778 [f#778]: https://github.com/trezor/trezor-firmware/issues/778
[f#823]: https://github.com/trezor/trezor-firmware/issues/823 [f#823]: https://github.com/trezor/trezor-firmware/issues/823
[f#1082]: https://github.com/trezor/trezor-firmware/issues/1082 [f#1082]: https://github.com/trezor/trezor-firmware/issues/1082
[#37]: https://github.com/trezor/trezor-firmware/issues/37
[#38]: https://github.com/trezor/trezor-firmware/issues/38
[#94]: https://github.com/trezor/python-trezor/issues/94 [#94]: https://github.com/trezor/python-trezor/issues/94
[#167]: https://github.com/trezor/python-trezor/issues/167 [#167]: https://github.com/trezor/python-trezor/issues/167
[#169]: https://github.com/trezor/python-trezor/issues/169 [#169]: https://github.com/trezor/python-trezor/issues/169
@ -442,4 +448,6 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/
[#349]: https://github.com/trezor/python-trezor/issues/349 [#349]: https://github.com/trezor/python-trezor/issues/349
[#351]: https://github.com/trezor/python-trezor/issues/351 [#351]: https://github.com/trezor/python-trezor/issues/351
[#352]: https://github.com/trezor/python-trezor/issues/352 [#352]: https://github.com/trezor/python-trezor/issues/352
[#948]: https://github.com/trezor/trezor-firmware/issues/948
[#1052]: https://github.com/trezor/trezor-firmware/issues/1052
[#1126]: https://github.com/trezor/trezor-firmware/issues/1126 [#1126]: https://github.com/trezor/trezor-firmware/issues/1126