From 3dd3d96957ff172af58e9d13d64fdab1c0196fbf Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 5 Aug 2020 14:58:47 +0200 Subject: [PATCH] python: update changelog --- python/CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 175d950a77..a5b880619f 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -15,6 +15,10 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/ - `trezorctl btc get-address` can create multisig addresses. - the following commands are now equivalent in trezorctl: `firmware-update`, `firmware-upgrade`, `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 @@ -22,7 +26,7 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/ ### Fixed -- correctly calculate hashes for very small firmwares [f#1082] +- correctly calculate hashes for very small firmwares [f#1082] - unified file arguments in trezorctl ## [0.12.0] - 2020-04-01 @@ -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#823]: https://github.com/trezor/trezor-firmware/issues/823 [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 [#167]: https://github.com/trezor/python-trezor/issues/167 [#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 [#351]: https://github.com/trezor/python-trezor/issues/351 [#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