update changelog again
This commit is contained in:
parent
78d2049d7b
commit
115ff61abe
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.0.23-alpha - 2024-01-24
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- **aiken-lang**: Now using correct discard match for constructor field access.
|
||||||
|
- **aiken-lang**: The list_access_to_uplc now always returns a lambda wrapped
|
||||||
|
term even with only discards. This fixes an apply error being seen by a few
|
||||||
|
people.
|
||||||
|
|
||||||
## v1.0.22-alpha - 2024-01-24
|
## v1.0.22-alpha - 2024-01-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -10,8 +19,8 @@
|
||||||
- **aiken**: New `--filter-traces` option for the `check` and `build` commands
|
- **aiken**: New `--filter-traces` option for the `check` and `build` commands
|
||||||
to enable restricting traces with more granularity between user-defined
|
to enable restricting traces with more granularity between user-defined
|
||||||
traces, compiler-generated traces or both. @MicroProofs @KtorZ.
|
traces, compiler-generated traces or both. @MicroProofs @KtorZ.
|
||||||
- **aiken-lang**: Most builtin errors are now caught and instead catched trace errors
|
- **aiken-lang**: Most builtin errors are now caught and instead catched trace
|
||||||
are thrown. The exception is BLS primitives.
|
errors are thrown. The exception is BLS primitives.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -37,11 +46,10 @@
|
||||||
new options. @MicroProofs @KtorZ
|
new options. @MicroProofs @KtorZ
|
||||||
|
|
||||||
> ![TIP]
|
> ![TIP]
|
||||||
>
|
|
||||||
> - If you've been using `aiken check --no-traces`, you can recover the old
|
> - If you've been using `aiken check --no-traces`, you can recover the old
|
||||||
> behavior by doing `aiken check --trace-level silent`.
|
> behavior by doing `aiken check --trace-level silent`.
|
||||||
> - If you've been using `aiken build --keep-traces`, you can recover the old
|
> - If you've been using `aiken build --keep-traces`, you can recover the old
|
||||||
> behavior by doing `aiken build --trace-level verbose`.
|
> behavior by doing `aiken build --trace-level verbose`.
|
||||||
|
|
||||||
## v1.0.21-alpha - 2023-12-04
|
## v1.0.21-alpha - 2023-12-04
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue