Update changelog

This commit is contained in:
microproofs 2024-09-20 12:53:34 -04:00
parent fa2aa0a3e8
commit c3af748b76
No known key found for this signature in database
GPG Key ID: 14F93C84DE6AFD17
1 changed files with 3 additions and 0 deletions

View File

@ -14,8 +14,11 @@
- **aiken-lang**: Fix formatting of long multi-line if/is expressions. @KtorZ
- **aiken-lang**: Fix extraneous white-space added by the formatter after multiline alternative patterns. @KtorZ
- **aiken-lang**: Fix incorrect warning about unused variable when softcasting without explicit right-pattern. @KtorZ
- **aiken-lang**: Fix soft cast and hard cast on same type issues that lead to validator errors. @Microproofs
- **aiken-lang**: Bls constants are automatically converted to a hoisted compressed form with uncompress builtin call. @Microproofs
- **uplc**: Fix cost-models for PlutusV1 & PlutusV2. @MicroProofs
### Removed
- N/A