From 585da52c4ef2c0e5c481c89953fc09e7e6eda715 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Wed, 6 Mar 2024 06:25:24 -0800 Subject: [PATCH] Changelog tweaks --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd215ed49..907c0d589a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ## Unreleased -- Fixed a bug where order status counts weren’t showing on the Order index page. ([#3397](https://github.com/craftcms/commerce/issues/3397)) -- Fixed a bug where querying for discounts did not return all related purchasable and categories. ([#3379](https://github.com/craftcms/commerce/issues/3379)) +- Fixed a bug where order status sources weren’t showing count badges on the Orders index page. ([#3397](https://github.com/craftcms/commerce/issues/3397)) +- Fixed a bug where discounts weren’t listing more than 128 related purchasables or categories. ([#3379](https://github.com/craftcms/commerce/issues/3379)) ## 4.5.1.1 - 2024-03-01