diff --git a/CHANGELOG.md b/CHANGELOG.md index a95bc7d551d2..7048c2c3b311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Fixes +* `[expect]` Fail test when the types of `stringContaining` and `stringMatching` matchers do not match. * `[jest-cli]` Treat dumb terminals as noninteractive ([#5237](https://github.com/facebook/jest/pull/5237)) * `[jest-cli]` `jest --onlyChanged --changedFilesWithAncestor` now also works with git. ([#5189](https://github.com/facebook/jest/pull/5189))