Fill-in CHANGELOG for 1.1.8
This commit is contained in:
parent
dc09949739
commit
977e24c725
17
CHANGELOG.md
17
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue