From e71dbe3ccce8ebbca1e2619f228691220e27a358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bazyli=20Brzo=CC=81ska?= Date: Tue, 27 Mar 2018 01:12:57 +0200 Subject: [PATCH] doc(CHANGELOG): add entries for Env.execute and TreeProcessor changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 862db3c3d283..29e4a3ec4715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,12 @@ ([#5648](https://github.com/facebook/jest/pull/5648)) * `[docs]` Mention Jest Puppeteer Preset ([#5722](https://github.com/facebook/jest/pull/5722)) + +### Chore & Maintenance + +* `[jest-jasmine2]` Simplify `Env.execute` and TreeProcessor to setup and clean + resources for the top suite the same way as for all of the children suites + ([#5673](https://github.com/facebook/jest/pull/5673)) * `[docs]` Add jest-community section to website ([#5675](https://github.com/facebook/jest/pull/5675)) * `[docs]` Add versioned docs for v22.4