diff --git a/bindings/python/CHANGELOG.md b/bindings/python/CHANGELOG.md index 1379bf9ebf..e528f562d9 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 1.1.4 - 2024-05-02 +### Changed + +- Made the type of `TaggedDataPayload` required as first field in `__init__()`; + ### Fixed - Made `TaggedDataPayload::{tag, data}` optional; @@ -34,10 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `NodeInfoProtocol.belowMaxDepth`; - `{NodeInfoProtocol, RentStructure}::as_dict()`; -### Changed - -- Made the type of `TaggedDataPayload` required as first field in `__init__()`; - ### Fixed - `TransactionOptions::as_dict()` for remainder_value_strategy;