From 257bd2301965553f0acc8e9dc8d7c65f98b6f36a Mon Sep 17 00:00:00 2001 From: KtorZ Date: Thu, 6 Jun 2024 11:21:17 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 347b52b1..98aa26dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.0.30-alpha - UNRELEASED + +### Changed + +- **aiken-lang**: duplicate import lines are now automatically merged instead of raising a warning. However, imports can no longer appear anywhere in the file and must come as the first definitions. @KtorZ + ## v1.0.29-alpha - 2024-06-06 ### Added @@ -10,8 +16,6 @@ - **aiken-lang**: the keyword `fail` on property-based test semantic has changed and now consider a test to succeed only if **every** execution of the test failed (instead of just one). The previous behavior can be recovered by adding the keyword `once` after `fail`. @KtorZ -- **aiken-lang**: duplicate import lines are now automatically merged instead of raising a warning. However, imports can no longer appear anywhere in the file and must come as the first definitions. @KtorZ - ### Fixed - **aiken-lang**: fixed the number of 'after x tests' number reported on property test failure, which was off by one. @KtorZ