From c9d2a5fe4b5335f4c5751b1da75e7a11e7cef8c0 Mon Sep 17 00:00:00 2001 From: Bryan Jensen Date: Thu, 31 Aug 2023 15:36:50 -0700 Subject: [PATCH] update the changelog now that there's a PR number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf606421668..8a927546db30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Fixes -- `[jest-snapshot]` Allow for strings as well as template literals in inline snapshots +- `[jest-snapshot]` Allow for strings as well as template literals in inline snapshots ([#14465](https://github.com/jestjs/jest/pull/14465)) ### Performance