diff --git a/CHANGELOG.md b/CHANGELOG.md index d26f7237dbde..6df422632263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ - `[expect]`: Improve report when matcher fails, part 10 ([#7960](https://github.com/facebook/jest/pull/7960)) - `[pretty-format]` Support `React.memo` ([#7891](https://github.com/facebook/jest/pull/7891)) - `[jest-config]` Print error information on preset normalization error ([#7935](https://github.com/facebook/jest/pull/7935)) -- `[jest-haste-map]` Add "skipPackageJson" option +- `[jest-haste-map]` Add "skipPackageJson" option ([#7778](https://github.com/facebook/jest/pull/7778)) +- `[jest-get-type]` Add isPrimitive function ([#7708](https://github.com/facebook/jest/pull/7708)) ### Fixes