diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f8da6597..88cdabc384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Previously, `dfx ledger top-up` only accepted canister principals. Now it accepts both principals and canister names. +### feat: `dfx new` allows hyphens in project name + # 0.15.2 ### fix: `dfx canister delete ` removes the related entry from the canister id store @@ -63,8 +65,6 @@ Added the following subcommands: - `dfx cycles transfer ` (transfer cycles from one account to another account) - `dfx cycles top-up ` (send cycles from an account to a canister) -### feat: `dfx new` allows hyphens in project name - ## Dependencies ### Motoko