From 76feaf76586e282a1f97b660aa9ece1dc8d345ce Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Mon, 31 Dec 2018 11:26:42 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beaa01e200d7..5b715dbfaac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## master ### Features - +- `[jest-runtime]` Add read per-transformer config from jest config ([#7288](https://github.com/facebook/jest/pull/7288)) - `[jest-runtime]` Add `jest.isolateModules` for scoped module initialization ([#6701](https://github.com/facebook/jest/pull/6701)) - `[jest-cli]` [**BREAKING**] Only set error process error codes when they are non-zero ([#7363](https://github.com/facebook/jest/pull/7363)) - `[jest-config]` [**BREAKING**] Deprecate `setupTestFrameworkScriptFile` in favor of new `setupFilesAfterEnv` ([#7119](https://github.com/facebook/jest/pull/7119))