diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4efd7533f9b..c4a08668e37 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -87,7 +87,7 @@ * Dev - Introduced wc_get_product_object() helper. #25031 * Dev - Pass the correct `$this->updated_props` variable to the `woocommerce_coupon_object_updated_props` action's second paramater. #25077 * Dev - Remove a few calls to `func_get_args()` and `call_user_func_array()` with the spread operator for better code legibility and performance gains. #25101 -* Dev - New `woocommerce_valid_order_statuses_for_payment` hook that triggers when an order is paid. Use this new hook instead of `woocommerce_order_status_changed` or *woocommerce_order_status_{old_status}}_to_{new_status}` to trigger code for payment completion. #25158 +* Dev - New `woocommerce_valid_order_statuses_for_payment` hook that triggers when an order is paid. Use this new hook instead of `woocommerce_order_status_changed` or woocommerce_order_status_{old_status}}_to_{new_status}` to trigger code for payment completion. #25158 * Dev - Ability to exclude certain product types from product search calls. #25162 * Dev - Raise exception when `WC_Product_Variation` is instantiated with an ID that belongs to an object that is not a variation. #25178 * Localization - Add subdivisions of Laos. #24765