diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2785cb7c69..9c6235e401df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ### Features +* `[jest-runtime]` Allow for transform plugins to skip the definition process method + if createTransformer method was defined. + ([#5999](https://github.com/facebook/jest/pull/5999)) * `[jest-runtime]` Prevent modules from marking themselves as their own parent ([#5235](https://github.com/facebook/jest/issues/5235)) * `[jest-mock]` Add support for auto-mocking generator functions