From a08405c60776381854659bb42b9e8c478c3bccb8 Mon Sep 17 00:00:00 2001 From: microproofs Date: Tue, 17 Oct 2023 12:36:13 -0400 Subject: [PATCH] changelog additions --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b39ab3b..c4cb2140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,24 @@ ### Added -- **aiken-project**: The `plutus.json` blueprint now contains a `compiler.name` and `compiler.version` fields. +- **aiken-project**: The `plutus.json` blueprint now contains a `compiler.name` + and `compiler.version` fields. - **aiken-prokect**: Add compiler and system information to panic error report. ### Changed - **aiken-lang**: Added validator specific error when validator returns false +- **aiken-lang**: Running a multi-validator with traces on will let you know + which validator function is running +- **aiken-lang**: Multi-validator with traces will give a better error when the + 'spend' redeemer is not properly wrapped with a constr +- **aiken-lang**: Code gen traces are referenced instead of being inlined + leading to smaller validators ### Fixed - **aiken-lang**: improved error messages for `a |> b(x)` +- **uplc**: Fixed cost model issue when using div, quot, rem, mod ## v1.0.19-alpha - 2023-09-29