From 59dfabd4e01a4d5a93ad03d4320787046c71ecf6 Mon Sep 17 00:00:00 2001 From: rickhanlonii Date: Thu, 15 Feb 2018 23:32:07 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440913d3b748..bc11649cd43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Fixes +* `[jest-cli]` Don't skip matchers for exact files ([#5582](https://github.com/facebook/jest/pull/5582)) * `[jest-runtime]` Align handling of testRegex on Windows between searching for tests and instrumentation checks ([#5560](https://github.com/facebook/jest/pull/5560)) @@ -1601,4 +1602,4 @@ See https://facebook.github.io/jest/blog/2016/12/15/2016-in-jest.html ## <=0.4.0 -* See commit history for changes in previous versions of jest. \ No newline at end of file +* See commit history for changes in previous versions of jest.