From aeed61ddff55ea16f7618d265be07ca3f2be35bd Mon Sep 17 00:00:00 2001 From: Tim Seckinger Date: Mon, 4 May 2020 21:57:29 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04602b0bfa8d..df6a0b42a802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ ### Fixes -- `[jest-each]` Template table heading validation and extraction ([#8766](https://github.com/facebook/jest/pull/8766)) +- `[jest-each]` Ignore excess words in headings ([#8766](https://github.com/facebook/jest/pull/8766)) - `[jest-cli]` Detect side-effect only imports when running `--onlyChanged` or `--changedSince` ([#8670](https://github.com/facebook/jest/pull/8670)) - `[jest-cli]` Allow `--maxWorkers` to work with % input again ([#8565](https://github.com/facebook/jest/pull/8565)) - `[babel-plugin-jest-hoist]` Expand list of whitelisted globals in global mocks ([#8429](https://github.com/facebook/jest/pull/8429)