From 4aa5bda9ebd8dec114a9c99bb632d1ec1aba8b55 Mon Sep 17 00:00:00 2001 From: microproofs Date: Fri, 29 Sep 2023 19:37:44 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 040941a1..4d6c1acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v1.0.18-alpha - 2023-MM-DD +## v1.0.18-alpha - 2023-09-29 ### Added @@ -19,6 +19,8 @@ - **aiken-lang**: (Code Gen): Remove the use of Air::RecordAccess and TupleIndex and replace them with functions that directly get the item at the specified index. Also improves performance. +- **uplc**: Added more cases to the inline optimization function to allow the + removal of further unnecessary lambda bindings. ## v1.0.17-alpha - 2023-09-20