From c65b14cb2f48984813a58b37f1260109fbe20647 Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 9 Apr 2020 12:49:29 +0200 Subject: [PATCH] python: add information about incompatible changes to CHANGELOG --- python/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 2500c43d2..f4a3d41b2 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -9,6 +9,14 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/ ## [0.12.0] - 2020-04-01 [0.12.0]: https://github.com/trezor/trezor-firmware/compare/python/v0.11.6...python/v0.12.0 +### Incompatible changes + +- `trezorlib.coins`, `trezorlib.tx_api`, and the file `coins.json`, were removed +- `TrezorClient` argument `ui` is now mandatory. `state` argument was renamed to `session_id`. +- UI callback `get_passphrase()` has a new argument `available_on_device`. +- API for `cosi` module was changed +- other changes may also introduce incompatibilities, please review the full list below + ### Added - support for firmwares 1.9.0 and 2.3.0