Update changelog for 1.1.8

This commit is contained in:
microproofs 2024-12-13 14:22:39 +07:00
parent f0fc7b4d5f
commit 27dab4a5e5
No known key found for this signature in database
GPG Key ID: 14F93C84DE6AFD17
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,10 @@
### Added
- **aiken**: Generate a default 'placeholder' validator when using `aiken new`. See [#1061](https://github.com/aiken-lang/aiken/pull/1061) @Waalge
- **aiken-lang**: New builtins 'constr_fields' and 'constr_index'. @Microproofs
- **aiken-lang**: New builtins from Chang2 hardfork (except for writeBits). @Microproofs & @KtorZ
- **uplc**: New builtins from Chang2 hardfork added to the VM along with costing. @Microproofs
### Changed
@ -12,6 +16,7 @@
- **uplc**: Parse tild in identifiers for UPLC nodes. @SupernaviX
- **examples**: Update "Hello, World!" source code tutorial to match website, now using MeshJS. @jinglescode
- **examples**: Update "Gift Card" source code tutorial to match website, now using Lucid-Evolution and Weld. @rvcas
- **aiken-lang**: Fixed a code gen crash when using records in when is expressions. @Microproofs
## v1.1.7 - 2024-11-19