From e95d7214c9ff1a57f739c49cb5a38da00eb0166f Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 14 Mar 2023 18:12:45 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5815f562..1e1df39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ - **aiken-lang**: block `Data` and `String` from unifying when casting - **aiken-lang**: remove ability for a type with many variants with matching field labels and types to support field access - **aiken-project**: tests filtering with `-m` during check now happens in `Project::collect_tests` +- **aiken-lang**: various uplc code gen fixes +- **aiken-project**: recursive issue with blueprints fixed ## [v0.0.29] - 2023-MM-DD