From db2448e7fc6ee0362445c8b5e8044eb0c175a655 Mon Sep 17 00:00:00 2001 From: vedanshujain Date: Mon, 21 Dec 2020 21:41:05 +0530 Subject: [PATCH] Updated changelog. --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 18a2de48b32..ed9524abaa1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -24,6 +24,8 @@ * Fix - Add `postbox` class to `woocommerce_attribute wc-metabox` for proper targeting. #28351 * Fix - Error tooltip misaligned on tax country field. #28565 * Fix - Prevent meta_data from overwriting column data in customer's read. #28102 +* Fix - Also count comment types with '' and 'comment' in the review count query. #28624 +* Fix - Better error messages when usage limit are reached. #28592 * Dev - Hook for intializing price slider in frontend. #28014 * Dev - Add support for running a custom initialization script for tests. #28041 * Dev - Use the coenjacobs/mozart package to renamespace vendor packages. #28147