From 2f788ae834fbc84ab294c4cea24d005ec96a6892 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 13 Jul 2022 16:11:49 +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 052492261ef8..cac05ca24b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ### Features +### Fixes + +### Chore & Maintenance + +### Performance + +## 28.1.3 + +### Features + - `[jest-leak-detector]` Use native `FinalizationRegistry` when it exists to get rid of external C dependency ([#12973](https://github.com/facebook/jest/pull/12973)) ### Fixes @@ -16,8 +26,6 @@ - `[*]` Replace internal usage of `pretty-format/ConvertAnsi` with `jest-serializer-ansi-escapes` ([#12935](https://github.com/facebook/jest/pull/12935), [#13004](https://github.com/facebook/jest/pull/13004)) - `[docs]` Update spyOn docs ([#13000](https://github.com/facebook/jest/pull/13000)) -### Performance - ## 28.1.2 ### Fixes