diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d72b2c5798..cdbb3fdeec88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,20 @@ ### Fixes -- `[jest-jasmine2]` Don't run `beforeAll` / `afterAll` in skipped describe block ([#9931](https://github.com/facebook/jest/pull/9931)) +### Chore & Maintenance + +### Performance + +## 25.5.4 + +### Fixes + +- `[jest-jasmine2]` Don't run `beforeAll` / `afterAll` in skipped describe blocks ([#9931](https://github.com/facebook/jest/pull/9931)) ### Chore & Maintenance - `[jest-runtime]` Do not warn when mutating `require.cache` ([#9946](https://github.com/facebook/jest/pull/9946)) -### Performance - ## 25.5.3 ### Chore & Maintenance