From 4f8f6fba35c1cedfb2ce3cb622831c188b221af5 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 25 Dec 2017 14:22:02 +0100 Subject: [PATCH] docs: update changelog (#5170) * docs: update changelog * docs: update changelog --- CHANGELOG.md | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f526e2ace31..44b83f2bd464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,25 +2,48 @@ ### Fixes -* `[babel-jest]` moduleFileExtensions not passed to babel transformer. - ([#4637](https://github.com/facebook/jest/issues/4637)) +* `[jest-config]` fix unexpected condition to avoid infinite recursion in + Windows platform. ([#5161](https://github.com/facebook/jest/pull/5161)) ### Features -* `[jest-jasmine]` Allowed classes and functions as `describe` names +* `[jest-jasmine]` Allowed classes and functions as `describe` names. ([#5154](https://github.com/facebook/jest/pull/5154)) * `[jest-jasmine2]` Support generator functions as specs. ([#5166](https://github.com/facebook/jest/pull/5166)) ### Chore & Maintenance +## jest 22.0.4 + +### Fixes + +* `[jest-cli]` New line before quitting watch mode. + ([#5158](https://github.com/facebook/jest/pull/5158)) + +### Features + +* `[babel-jest]` moduleFileExtensions not passed to babel transformer. + ([#5110](https://github.com/facebook/jest/pull/5110)) + +### Chore & Maintenance + +* `[*]` Tweaks to better support Node 4 + ([#5142](https://github.com/facebook/jest/pull/5142)) + +## jest 22.0.2 && 22.0.3 + +### Chore & Maintenance + +* `[*]` Tweaks to better support Node 4 + ([#5134](https://github.com/facebook/jest/pull/5134)) + ## jest 22.0.1 ### Fixes * `[jest-runtime]` fix error for test files providing coverage. ([#5117](https://github.com/facebook/jest/pull/5117)) -* `[jest-config]` fix unexpected condition to avoid infinite recursion in Windows platform.([#5161](https://github.com/facebook/jest/pull/5161)) ### Features