diff --git a/CHANGELOG.md b/CHANGELOG.md index b92325e5bb8d..9210f35124d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,16 @@ * `[jest-runtime]` Provide `require.main` property set to module with test suite ([#5618](https://github.com/facebook/jest/pull/5618)) -* `[docs]` Add note about Node version support ([#5622](https://github.com/facebook/jest/pull/5622)) + +### Fixes + +* `[babel-jest]` Remove `retainLines` argument to babel. + ([#5594](https://github.com/facebook/jest/pull/5594)) + +### Chore & Maintenance + +* `[docs]` Add note about Node version support + ([#5622](https://github.com/facebook/jest/pull/5622)) ## 22.4.0 @@ -27,8 +36,6 @@ ([#5505](https://github.com/facebook/jest/pull/5505)) * `[jest-util]` Fix `console.assert` behavior in custom & buffered consoles ([#5576](https://github.com/facebook/jest/pull/5576)) -* `[babel-jest]` Remove `retainLines` argument to babel. - ([#5594](https://github.com/facebook/jest/pull/5594)) ### Features