From 6fd71aac1e7c84327ccdbe99023e202e127e6b0e Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Mon, 4 Jun 2018 14:04:43 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522e3fbd349e..5f9a84d4eaf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ ## master +### Fixes + ## 23.1.0 +- `[expect]` Using symbolic property names in arrays no longer causes the `toEqual` matcher to fail ([#6391](https://github.com/facebook/jest/pull/6391)) + ### Features - `[jest-each]` Add pretty-format serialising to each titles ([#6357](https://github.com/facebook/jest/pull/6357))