diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9aa69ebc30..e0543b5e9927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ - `[docs]` Add information about using `jest.doMock` with ES6 imports ([#8573](https://github.com/facebook/jest/pull/8573)) - `[docs]` Fix variable name in custom-matcher-api code example ([#8582](https://github.com/facebook/jest/pull/8582)) - `[docs]` Fix example used in custom environment docs ([#8617](https://github.com/facebook/jest/pull/8617)) +- `[jest-leak-detector]` Use `weak-napi` instead of `weak` package, update `jest-leak-detector` package, readme and test cases to be compatible with the Node 12 ([#8686](https://github.com/facebook/jest/pull/8686)) ### Performance