From 6d7aec804cab17116262e771476cb63dc4d37b70 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Wed, 5 Jul 2023 18:58:21 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbbdd005..4bb9e066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # Changelog -## [next] - YYY-MM-DD +## v1.0.12-alpha - unreleased ### Added - - **aiken**: added a `blueprint policy` command to compute the policy ID of a minting script +- **aiken**: added a `blueprint policy` command to compute the policy ID of a minting script ### Fixed - - **aiken-lang**: Prevent mutual recursion caused by conflicting function names for generic expect type - +- **aiken-lang**: Prevent mutual recursion caused by conflicting function names for generic expect type +- **aiken-lang**: UPLC evaluation of large integers literals (> max u64) + ### Changed ### Removed