From c3b8ff00090a6efe0e84ee8a06f8e7303acfaabc Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 30 May 2023 10:39:44 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce91e632..97fdda7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## next - 2023-MM-DD +### Added + +- **aiken-lang**: Add a way to express that tests can return an error + +### Fixed + +- **uplc**: Fix pair formatting +- **aiken-lang**: forced new line in formatter for assignments +- **aiken-lang**: Incorrect parsing of generic type annotation prefixed with module + ## v1.0.6-alpha - 2023-05-17 ### Fixed