Skip to content

Commit 244e35e

Browse files
committed
Update changelog
1 parent 0730788 commit 244e35e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.8.1] - 2023-04-06
8+
9+
This patch contains a number of bug fixes to `v0.8.0`.
10+
11+
**Implemented enhancements:**
12+
13+
- Only upload code cov once in CI [\#190](https://github.com/Python-Cardano/pycardano/pull/190) ([cffls](https://github.com/cffls))
14+
15+
**Fixed bugs:**
16+
17+
- PyCardano does not correctly load nested PlutusData from cbor where the keys are unions of PlutusData [\#193](https://github.com/Python-Cardano/pycardano/issues/193)
18+
- \[Bug fix\] Return a value directly if its type is 'Any' on deserializing [\#195](https://github.com/Python-Cardano/pycardano/pull/195) ([cffls](https://github.com/cffls))
19+
- Fix recursive deserialization of cbor bytes [\#194](https://github.com/Python-Cardano/pycardano/pull/194) ([nielstron](https://github.com/nielstron))
20+
- Fix error when adding multiple redeemers [\#192](https://github.com/Python-Cardano/pycardano/pull/192) ([cffls](https://github.com/cffls))
21+
- Fix redeemer initalization [\#189](https://github.com/Python-Cardano/pycardano/pull/189) ([nielstron](https://github.com/nielstron))
22+
23+
724
## [0.8.0] - 2023-03-29
825

926
This patch contains a number of bug fixes and enhancements.

0 commit comments

Comments
 (0)