From e9dd3e58584cd15e2d7461d250550e72d8ffd106 Mon Sep 17 00:00:00 2001 From: Luke Holder Date: Mon, 17 Jul 2023 19:04:30 +0800 Subject: [PATCH] Update release notes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff59f8cac..7c08a4300e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ - Added `craft\commerce\elements\Order::$orderCompletedEmail`. ([#3138](https://github.com/craftcms/commerce/issues/3138)) - Added the `commerce/cart/forget-cart` action. ([#3206](https://github.com/craftcms/commerce/issues/3206)) - The `commerce/cart/update` action now accepts `firstName` and `lastName` in address params. ([#3015](https://github.com/craftcms/commerce/issues/3015)) +- Removed the htmx option from the`commerce/example-templates` command. +- Removed the color option from the`commerce/example-templates` command. ## 4.2.11 - 2023-06-05