From 4cf0cbf55eb60a9cccbc2b3c58174bbf0710fe41 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Mon, 4 Dec 2023 13:58:16 +0100 Subject: [PATCH] move changelog entry to unreleased --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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