Update changelog for 1.1.6

This commit is contained in:
microproofs 2024-11-13 15:17:39 -05:00
parent 4ea6fdffe8
commit dc38186f33
No known key found for this signature in database
GPG Key ID: 14F93C84DE6AFD17
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## v1.1.6 - UNRELEASED ## v1.1.6 - 2024-11-13
### Added ### Added
@ -16,6 +16,8 @@
- **aiken-project**: Fix `aiken docs` source linking crashing when generating docs for config modules. See [#1044](https://github.com/aiken-lang/aiken/issues/1044). @KtorZ - **aiken-project**: Fix `aiken docs` source linking crashing when generating docs for config modules. See [#1044](https://github.com/aiken-lang/aiken/issues/1044). @KtorZ
- **aiken-project**: Fix `aiken docs` generating very long lines for constants. @KtorZ - **aiken-project**: Fix `aiken docs` generating very long lines for constants. @KtorZ
- **aiken-lang**: Leverage [Decision Trees](https://www.cs.tufts.edu/comp/150FP/archive/luc-maranget/jun08.pdf) for compiling pattern matches to UPLC. @MicroProofs - **aiken-lang**: Leverage [Decision Trees](https://www.cs.tufts.edu/comp/150FP/archive/luc-maranget/jun08.pdf) for compiling pattern matches to UPLC. @MicroProofs
- **aiken-lang**: Rework optimization passes to safely reduce different kinds of patterns for each pass over the uplc. @MicroProofs
- **aiken-lang**: Implement a looping mechanism to reduce uplc with deletion optimizations until term count remains the same. @MicroProofs
### Removed ### Removed