From a8e4fc7484bcc9079c47acfa01883a01d85388a6 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Thu, 27 Feb 2025 17:17:26 +0800 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d30dbc8b..f4cd6c3b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,18 @@ ### docs: fixed description of `dfx cycles balance` +### chore: improve the `dfx build` output. + +Improve the ouput of `dfx build` with the canister names that were built, example as below. + +``` +$ dfx build +Building canisters... +Building canister 'hello_backend'. +Building canister 'hello_frontend'. +Finished building canisters +``` + ## Dependencies ### Motoko