Fill-in CHANGELOG for 1.1.8

This commit is contained in:
KtorZ 2024-12-13 13:46:22 +01:00
parent dc09949739
commit 977e24c725
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 15 additions and 2 deletions

View File

@ -6,9 +6,22 @@
- **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
- **aiken-lang**: New builtins from Chang2 hardfork (except for writeBits). @Microproofs, @KtorZ
- **aiken-projects**: The generated documentation may now include maths typesetting rendered using [KaTex](https://katex.org/). See [#1070](https://github.com/aiken-lang/aiken/pull/1070) @adrian052.
- Both inline (delimited by single `$` symbols) and blocks (delimited by doubled `$$` symbols) are now parsed and rendered as SVG upon generating documentation. For example:
```
$$
g^{z} = g^{r +c \cdot x} = g^{r} g^{x \cdot c} = g^{r} (g^{x})^{c} = g^{r} u^{c}
$$
```
will display:
$$
g^{z} = g^{r + c \cdot x} = g^{r} g^{x \cdot c} = g^{r} (g^{x})^{c} = g^{r} u^{c}
$$
- **uplc**: New builtins from Chang2 hardfork added to the VM along with costing. @Hadelive, @Microproofs
### Changed