diff --git a/CHANGELOG.md b/CHANGELOG.md index d91dfc0901e9..92876f62c0cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - `[jest-cli]` Include type definitions to generated config files ([#14078](https://github.com/facebook/jest/pull/14078)) - `[jest-snapshot]` Support arrays as property matchers ([#14025](https://github.com/facebook/jest/pull/14025)) +- `[jest-snapshot]` Add `toMatchNamedSnapshot` to bring snapshot support to concurrent mode ### Fixes @@ -25,12 +26,6 @@ ### Performance -## 29.6.0 - -### Features - -- `[jest-snapshot]` Add `toMatchNamedSnapshot` to bring snapshot support to concurrent mode - ## 29.5.0 ### Features