From 89bb9bfbd5324f4c3c66a10e5a9c48c74c7dcd80 Mon Sep 17 00:00:00 2001 From: ninevra Date: Sun, 25 Oct 2020 22:25:09 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8314e1b95e..86c17a287daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ### Fixes +- `[expect]` [**BREAKING**] Revise `expect().not.objectContaining()` to be the inverse of `expect().objectContaining()`, as documented. ([#10708](https://github.com/facebook/jest/pull/10708)) + ### Chore & Maintenance - `[jest-cli]` chore: standardize files and folder names ([#10698](https://github.com/facebook/jest/pull/1098))