From 8e75007a5fa9f19d2038c7378663581267f9e587 Mon Sep 17 00:00:00 2001 From: microproofs Date: Mon, 25 Sep 2023 21:16:00 -0400 Subject: [PATCH] changelog: remove accidental duplicated Fixed --- CHANGELOG.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 337093b0..f6e1a24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,20 +15,6 @@ - **aiken-lang**: (Code Gen): Rename some of the types to use aliases -### Fixed - -- **uplc**: trim whitespace when loading files with hex strings to avoid - confusing errors #720 -- **uplc**: uplc `Constant::Data` formatting -- **aiken-lang**: code gen fixes including nested constr when matches and expect - on None -- **aiken-lang**: empty records properly parse as record sugar -- **aiken-lang**: escape sequences are now properly preserved after formatting -- **aiken-lang**: fixed parser ambiguity when using record constructor in if - conditions followed by single-line var expressions #735 -- **aiken-project**: when a module name has a hyphen we should behave like rust - and force an underscore - ## v1.0.17-alpha - 2023-09-20 ### Added