diff --git a/packages/interactivity/CHANGELOG.md b/packages/interactivity/CHANGELOG.md index c1e2144bfd4960..1749a614a6752a 100644 --- a/packages/interactivity/CHANGELOG.md +++ b/packages/interactivity/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### New Features + +- Allow passing optional `afterLoad` callbacks to `store` calls. + ### Bug Fix - Add support for underscores and leading dashes in the suffix part of the directive. ([#53337](https://github.com/WordPress/gutenberg/pull/53337))