You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
8
+
## [0.5.0] - 2022-06-15
9
+
10
+
### Added
11
+
12
+
- Staking certificates.
13
+
- Add an option to merge change into already existing output. ([#38](https://github.com/cffls/pycardano/pull/38)).
14
+
- Enable UTxO query with Kupo ([#39](https://github.com/cffls/pycardano/pull/39)).
15
+
- Add 'add_minting_script' to txbuilder.
16
+
- Add usage guides for Plutus ([#46](https://github.com/cffls/pycardano/pull/46)).
17
+
- Add message signing and verification (CIP8) ([#45](https://github.com/cffls/pycardano/pull/45)).
18
+
19
+
### Changed
20
+
21
+
-`amount` in `TransactionOutput` will be converted to type `Value` even when an `int` is passed in ([#42](https://github.com/cffls/pycardano/pull/42)).
22
+
- Add unknown fields to ArraySerializable if more values are provided.
23
+
24
+
### Fixed
25
+
26
+
- Prevent 'Transaction.from_cbor' from dropping data in datum.
0 commit comments