diff --git a/CHANGELOG.md b/CHANGELOG.md index c27773089a..e59d093f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,8 @@ ## Unreleased - Fixed a SQL error that could occur on the Edit Store screen. ([#3482](https://github.com/craftcms/commerce/issues/3482)) -- Fixed a SQL error that could that occurred when using the `hasSales` Variant query param. ([#3483](https://github.com/craftcms/commerce/issues/3483)) -- Fixed a SQL error that could occur during installation. ([#3488](https://github.com/craftcms/commerce/issues/3488)) -- Fixed a SQL error that occurred during installation when using PostgreSQL. ([#3486](https://github.com/craftcms/commerce/issues/3486)) +- Fixed a SQL error that could that occurred when using the `hasSales` variant query param. ([#3483](https://github.com/craftcms/commerce/issues/3483)) +- Fixed SQL errors that could occur during installation. ([#3486](https://github.com/craftcms/commerce/issues/3486), [#3488](https://github.com/craftcms/commerce/issues/3488)) ## 5.0.3 - 2024-05-02