From 265af44b8688c779217ac5017dae1eb2e9339022 Mon Sep 17 00:00:00 2001 From: rvcas Date: Sun, 9 Jul 2023 23:33:40 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e773e8af..900be454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Added - **aiken**: added a `blueprint policy` command to compute the policy ID of a minting script +- **uplc**: parsing and pretty printing for PlutusData ### Fixed @@ -15,6 +16,8 @@ ### Changed +- **uplc**: make list type and pair type parsing match the plutus core spec + ### Removed ## v1.0.11-alpha - 2023-06-23