update changelog

This commit is contained in:
microproofs 2024-01-24 20:03:57 -05:00
parent 1431bec32f
commit 4c00c9e7de
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
- **aiken**: New `--filter-traces` option for the `check` and `build` commands
to enable restricting traces with more granularity between user-defined
traces, compiler-generated traces or both. @MicroProofs @KtorZ.
- **aiken-lang**: Most builtin errors are now caught and instead catched errors
- **aiken-lang**: Most builtin errors are now caught and instead catched trace errors
are thrown. The exception is BLS primitives.
### Fixed