chore: update changelog
This commit is contained in:
parent
81e93b4309
commit
3a534271e7
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- **aiken**: New aliases for `check` (aiken c) and `build` (aiken b) commands. @Kuly14
|
||||||
|
|
||||||
## v1.0.23-alpha - 2024-01-24
|
## v1.0.23-alpha - 2024-01-24
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -45,7 +51,8 @@
|
||||||
`--no-traces` (on the `check` command) have been removed; superseded by the
|
`--no-traces` (on the `check` command) have been removed; superseded by the
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue