diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0387c3..631bd9e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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