From e20473161793e3bcfc7e55b9f4fe817443a4b235 Mon Sep 17 00:00:00 2001 From: roykho Date: Thu, 24 Feb 2022 08:52:25 -0800 Subject: [PATCH] Update changelog with sec changes --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index f338280bffe..b25bbf54af7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -18,6 +18,7 @@ * Fix - Ensure that WooCommerce panel within the Customizer is showing a back button. ([#31508](https://github.com/woocommerce/woocommerce/pull/31508)) * Fix - Avoids incorrectly setting the search argument under some conditions, when the Customers endpoint of the REST API is used. ([#31295](https://github.com/woocommerce/woocommerce/pull/31295)) * Fix - Reverted #31593 that caused the returned line item price to be a string instead of a float. ([#31935](https://github.com/woocommerce/woocommerce/pull/31935)) +* Fix - Add prefix to easy identify guest sessions. * Dev - The cart session is now updated later on during the woocommerce_after_calculate_totals action (priority 1000, instead of priority 10 as previously). ([#31711](https://github.com/woocommerce/woocommerce/pull/31711)) * Dev - Enable browser-suggested passwords on checkout signup. ([#31701](https://github.com/woocommerce/woocommerce/pull/31701)) * Dev - Add method can_view_woocommerce_menu_item to check if the user can access the top-level WooCommerce menu item. ([#31689](https://github.com/woocommerce/woocommerce/pull/31689))