From 30a22fc6f63aeab25aba57176a67e4aad3796601 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 19 Oct 2020 13:52:34 +0200 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04687b52d47..cd5316399f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ### Features +### Fixes + +### Chore & Maintenance + +### Performance + +## 26.6.0 + +### Features + - `[jest-cli, jest-config]` Add support for the `jest.config.ts` configuration file ([#10564](https://github.com/facebook/jest/pull/10564)) ### Fixes @@ -17,8 +27,6 @@ - `[docs]` Add page detailing environment variables set by Jest ([#10630](https://github.com/facebook/jest/pull/10630)) - `[jest-circus]` Refactor `callAsyncCircusFn` parameters ([#10629](https://github.com/facebook/jest/pull/10629)) -### Performance - ## 26.5.3 ### Features