From 49d2e7aac7d90de59f155c800afbe6422762f88c Mon Sep 17 00:00:00 2001 From: Nicklas Gummesson Date: Mon, 4 Jun 2018 14:16:09 -0700 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522e3fbd349e..bea97ed08b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## master +### Features + +- `[jest-snapshot]` enable configurable snapshot paths ([#6143](https://github.com/facebook/jest/pull/6143)) + ## 23.1.0 ### Features