From cf40138ec1840a45fe847945adecb9cf89d9bd67 Mon Sep 17 00:00:00 2001 From: Yusuke Sato Date: Wed, 12 Sep 2018 19:53:16 +0900 Subject: [PATCH] moved a changelog to the master heading --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 382998171397..c2ca9095ab48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ ## master +- `[jest-ci]` Add `moduleHiddenFiles` to allowed watch mode configs ([#6962](https://github.com/facebook/jest/pull/6962)) + ## 23.6.0 ### Features - `[jest-ci]` Add `changedSince` to allowed watch mode configs ([#6955](https://github.com/facebook/jest/pull/6955)) - `[babel-jest]` Add support for `babel.config.js` added in Babel 7.0.0 ([#6911](https://github.com/facebook/jest/pull/6911)) -- `[jest-ci]` Add `moduleHiddenFiles` to allowed watch mode configs ([#6962](https://github.com/facebook/jest/pull/6962)) ### Fixes