diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e3081b406..625b4d7e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased - Fixed a bug where product revisions weren’t storing variant relations. +- Fixed a PHP error that occurred when calling a product or variant's render method. ([#3742](https://github.com/craftcms/commerce/issues/3742)) +- Fixed a bug where inventory would not save when creating a new variant. ([#3661](https://github.com/craftcms/commerce/issues/3661)) ## 5.2.1 - 2024-10-23