Fix a date in the CHANGELOG for 0.17.0
This commit is contained in:
parent
4650c64f6b
commit
91d4cb9b12
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue