From 60a541e0cbfdc63c03b9b18bc58a1108837bba9f Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Fri, 12 Jan 2024 14:12:55 -0800 Subject: [PATCH] More descriptive changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bb23f585..0b24f43b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ### feat: new starter templates -`dfx new` now has a new set of customizable project templates and an interactive menu for selecting them. Additionally `--no-frontend` no longer creates a frontend. +`dfx new` now has a new set of customizable project templates and an interactive menu for selecting them. Supports the Svelte, Vue, and React frameworks, and Azle and Kybra backends. + +### fix: --no-frontend no longer creates a frontend + +Previously --no-frontend still created a frontend canister. This behavior is now accessed via `--frontend simple-assets`. ### feat!: update `dfx cycles` commands with mainnet `cycles-ledger` canister ID