From 3a534271e7a327a78dbce0a61c06100e3c989654 Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 30 Jan 2024 12:35:50 -0500 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 933b9958..0d9d4fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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