chore: prepare changelog for release
This commit is contained in:
parent
332ce266da
commit
42ad45ee41
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [next] - 2023-MM-DD
|
## v1.0.3.alpha - 2023-04-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
- **aiken-lang**: pattern match on boolean with simple clause bodies
|
- **aiken-lang**: pattern match on boolean with simple clause bodies
|
||||||
- **aiken-lang**: fix for inline_direct_reduce to be applied to pattern match function instead of argument
|
- **aiken-lang**: fix for inline_direct_reduce to be applied to pattern match function instead of argument
|
||||||
- **aiken-lang**: code gen function dependencies won't be hoisted to the top, instead hoisted at the location depended on.
|
- **aiken-lang**: code gen function dependencies won't be hoisted to the top, instead hoisted at the location depended on.
|
||||||
|
|
||||||
## v1.0.2.alpha - 2023-04-17
|
## v1.0.2.alpha - 2023-04-17
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in New Issue