From 8347bb5bcf0fdc67daa6b7e4dd1920598e2b448b Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 21 Feb 2018 07:44:23 +0100 Subject: [PATCH] move changelog entry --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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