Add changelog

This commit is contained in:
Mike Jolley 2021-09-23 13:37:14 +01:00
parent d677ce2c70
commit b0c0603d02
1 changed files with 6 additions and 0 deletions

View File

@ -114,6 +114,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
- Update documentation for the snackbarNoticeVisibility filter. ([4508](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4508))
- Add documentation for `extensionCartUpdate` method - this allows extensions to update the client-side cart after it has been modified on the server. ([4377](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4377))
= 5.7.2 - 2021-09-23 =
#### Bug Fixes
- Fix infinite recursion when removing an attribute filter from the Active filters block. #4816
- Fix Product Search block displaying incorrectly. #4740
= 5.7.1 - 2021-08-30 =