chore: update changelog

This commit is contained in:
rvcas 2024-01-30 12:35:50 -05:00
parent 81e93b4309
commit 3a534271e7
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## unreleased
### Added
- **aiken**: New aliases for `check` (aiken c) and `build` (aiken b) commands. @Kuly14
## v1.0.23-alpha - 2024-01-24
### Fixed
@ -45,11 +51,12 @@
`--no-traces` (on the `check` command) have been removed; superseded by the
new options. @MicroProofs @KtorZ
> ![TIP]
> - If you've been using `aiken check --no-traces`, you can recover the old
> behavior by doing `aiken check --trace-level silent`.
> - If you've been using `aiken build --keep-traces`, you can recover the old
> behavior by doing `aiken build --trace-level verbose`.
> [!TIP]
>
> - If you've been using `aiken check --no-traces`, you can recover the old
> behavior by doing `aiken check --trace-level silent`.
> - If you've been using `aiken build --keep-traces`, you can recover the old
> behavior by doing `aiken build --trace-level verbose`.
## v1.0.21-alpha - 2023-12-04