diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ab499e0b..2efc5eec2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,7 @@ - Fixed a bug where duplicate inactive users could be created when using the `commerce/upgrade` command. ([#3286](https://github.com/craftcms/commerce/issues/3286)) - Fixed a bug where the `commerce/payments/pay` action was missing the `redirect` in JSON responses. ([#3265](https://github.com/craftcms/commerce/issues/3265)) - The order param is now included when triggering the `craft\commerce\services\Purchasables::EVENT_PURCHASABLE_SHIPPABLE` event. ([#3279](https://github.com/craftcms/commerce/pull/3279)) -- The auto-generated variant titles and SKUs are now generated when before saving a product in addition to before validation. ([#3297](https://github.com/craftcms/commerce/pull/3297)) - +- The auto-generated variant titles and SKUs are now generated before saving a product in addition to before validation. ([#3297](https://github.com/craftcms/commerce/pull/3297)) ## 4.3.0 - 2023-09-13