From 9fe4aab5993f8aeab92cf54794b2c1eee5a91035 Mon Sep 17 00:00:00 2001 From: microproofs Date: Thu, 8 Jun 2023 19:33:27 -0400 Subject: [PATCH] chore: changelog v1.0.8-alpha --- CHANGELOG.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a65881a..80188463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -## next - 2023-MM-DD +## v1.0.8-alpha - 2023-06-08 ### Added - **aiken-lang**: numbers can now be written as hexadecimal digits (e.g. `0x42`) -- **aiken-lang**: numbers can now be written using numeric underscores as separator (e.g. `1_000_000`) +- **aiken-lang**: numbers can now be written using numeric underscores as + separator (e.g. `1_000_000`) ### Fixed @@ -13,17 +14,16 @@ (`|>`) which is now of the lowest precedence. - **aiken-project**: need to convert to Program before dumping to uplc - **aiken-lang**: fmt crashing when comment at end of file with no newline - -- Fixed error when using nested boolean checks in when conditions -- Had the wrong conversion for constant maps to plutus data. Fixed to check for - right conversion -- Zero arg functions were grabbing extra dependencies they didn't need to -- Had the wrong conversion for constant maps to plutus data. Fixed to check for - right conversion -- Rearrange list clauses and fill in gaps now handles nested patterns in a - uniform way -- Fixed discards in records that were being sorted incorrectly leading to type - issues +- **aiken-lang**: Fixed error when using nested boolean checks in when + conditions +- **aiken-lang**: Had the wrong conversion for constant maps to plutus data. + Fixed to check for right conversion +- **aiken-lang**: Zero arg functions were grabbing extra dependencies they + didn't need to +- **aiken-lang**: Rearrange list clauses and fill in gaps now handles nested + patterns in a uniform way +- **aiken-lang**: Fixed discards in records that were being sorted incorrectly + leading to type issues ### Removed