From f3667d681252eef8653228ed6ac1299fe7c07f6b Mon Sep 17 00:00:00 2001 From: Noah Allen Date: Wed, 12 Jul 2023 16:49:35 -0700 Subject: [PATCH] Add changelog entry --- packages/data/CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/data/CHANGELOG.md b/packages/data/CHANGELOG.md index 54d18172e42b3e..cd28b842d741fd 100644 --- a/packages/data/CHANGELOG.md +++ b/packages/data/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Bug Fix + +- The return type for a dispatched action has been changed to a Promise, which matches how actions work. + ## 9.7.0 (2023-07-05) ## 9.6.0 (2023-06-23) @@ -60,7 +64,7 @@ ### Breaking Changes -– Add TypeScript types to the built package (via "types": "build-types" in the package.json) +– Add TypeScript types to the built package (via "types": "build-types" in the package.json) ### Bug Fix @@ -98,9 +102,9 @@ ### New Features -- Enabled thunks by default for all stores and removed the `__experimentalUseThunks` flag. -- Store the resolution errors in store metadata and expose them using `hasResolutionFailed` the `getResolutionError` meta-selectors ([#38669](https://github.com/WordPress/gutenberg/pull/38669)). -- Expose the resolution status (undefined, resolving, finished, error) via the `getResolutionState` meta-selector ([#38669](https://github.com/WordPress/gutenberg/pull/38669)). +- Enabled thunks by default for all stores and removed the `__experimentalUseThunks` flag. +- Store the resolution errors in store metadata and expose them using `hasResolutionFailed` the `getResolutionError` meta-selectors ([#38669](https://github.com/WordPress/gutenberg/pull/38669)). +- Expose the resolution status (undefined, resolving, finished, error) via the `getResolutionState` meta-selector ([#38669](https://github.com/WordPress/gutenberg/pull/38669)). ## 6.2.1 (2022-02-10)