diff --git a/CHANGELOG.md b/CHANGELOG.md index 6363beb7c651..13e592ef95d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,6 +127,8 @@ ([#5720](https://github.com/facebook/jest/pull/5720)) * `[pretty-format]` Handle React fragments better ([#5816](https://github.com/facebook/jest/pull/5816)) +* `[pretty-format]` Handle rendering of `React.forwardRef` and `Context` + components ([#6093](https://github.com/facebook/jest/pull/6093)) * `[jest-cli]` Switch collectCoverageFrom back to a string ([#5914](https://github.com/facebook/jest/pull/5914)) * `[jest-regex-util]` Fix handling regex symbols in tests path on Windows