diff --git a/packages/interactivity/CHANGELOG.md b/packages/interactivity/CHANGELOG.md index d7dac7485e0bf..18d318e1fda27 100644 --- a/packages/interactivity/CHANGELOG.md +++ b/packages/interactivity/CHANGELOG.md @@ -6,6 +6,8 @@ - Allow multiple event handlers for the same type with `data-wp-on-document` and `data-wp-on-window`. ([#61009](https://github.com/WordPress/gutenberg/pull/61009)) +- Prevent empty namespace or different namespaces from killing the runtime ([#61409](https://github.com/WordPress/gutenberg/pull/61409)) + ## 5.6.0 (2024-05-02) ## 5.5.0 (2024-04-19) @@ -18,8 +20,6 @@ - Hooks useMemo and useCallback should return a value. ([#60474](https://github.com/WordPress/gutenberg/pull/60474)) -- Prevent empty namespace or different namespaces from killing the runtime ([#61409](https://github.com/WordPress/gutenberg/pull/61409)) - ## 5.4.0 (2024-04-03) ## 5.3.0 (2024-03-21)