From ac012f8ee2e80079d849d8156dd0a6f857535016 Mon Sep 17 00:00:00 2001 From: Matt Phillips Date: Tue, 30 Jul 2019 23:16:33 +0100 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a1714270f7..50ec4a237d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Fixes +- `[jest-each]` Template table heading validation and extraction ([#8766](https://github.com/facebook/jest/pull/8766)) - `[jest-snapshot]` Inline snapshots: do not indent empty lines ([#8277](https://github.com/facebook/jest/pull/8277)) - `[jest-core]` Make `detectOpenHandles` imply `runInBand` ([#8283](https://github.com/facebook/jest/pull/8283))