From 17462406649390aa1919c6d6d5c20b6f71a920c8 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 11 Oct 2020 19:45:01 +0200 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26afbc282af5..324d27b4caa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ### Features +### Fixes + +### Chore & Maintenance + +### Performance + +## 26.5.3 + +### Features + - `[jest-runtime]` add support for dynamic `import()` from CommonJS ([#10620](https://github.com/facebook/jest/pull/10620)) ### Fixes @@ -13,10 +23,6 @@ - `[jest-validate]` Show suggestion only when unrecognized cli param is longer than 1 character ([#10604](https://github.com/facebook/jest/pull/10604)) - `[jest-validate]` Validate `testURL` as CLI option ([#10595](https://github.com/facebook/jest/pull/10595)) -### Chore & Maintenance - -### Performance - ## 26.5.2 ### Fixes