Fix a date in the CHANGELOG for 0.17.0

This commit is contained in:
KtorZ 2023-09-20 18:02:39 +02:00
parent 4650c64f6b
commit 91d4cb9b12
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## v1.0.17-alpha - unreleased ## v1.0.17-alpha - 2023-09-20
### Added ### Added
@ -16,7 +16,6 @@
- **uplc**: trim whitespace when loading files with hex strings to avoid - **uplc**: trim whitespace when loading files with hex strings to avoid
confusing errors #720 confusing errors #720
- **uplc**: uplc `Constant::Data` formatting - **uplc**: uplc `Constant::Data` formatting
- **aiken-lang**: code gen fixes including nested constr when matches and expect - **aiken-lang**: code gen fixes including nested constr when matches and expect
on None on None
- **aiken-lang**: empty records properly parse as record sugar - **aiken-lang**: empty records properly parse as record sugar