From 8cf31da29b6fe5013f8c499bf0d5a51b08b38ab0 Mon Sep 17 00:00:00 2001 From: Huafu Gandon Date: Thu, 5 Jul 2018 20:20:49 +0200 Subject: [PATCH] fixes wrong update of changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9b2ffc9daa..ec37d4692bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## master +### Fixes + +- `[pretty-format]` Fix formatting of invalid Date objects ([#6635](https://github.com/facebook/jest/pull/6635)) + ## 23.3.0 ### Features @@ -12,7 +16,6 @@ - `[jest-regex-util]` Improve handling already escaped path separators on Windows ([#6523](https://github.com/facebook/jest/pull/6523)) - `[jest-cli]` Fix `testNamePattern` value with interactive snapshots ([#6579](https://github.com/facebook/jest/pull/6579)) - `[jest-cli]` Fix enter to interrupt watch mode ([#6601](https://github.com/facebook/jest/pull/6601)) -- `[pretty-format]` Fix formatting of invalid Date objects ([#6635](https://github.com/facebook/jest/pull/6635)) ### Chore & Maintenance