From cbcb6195cea11c4dd3469ecfcb54721af873a3a4 Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Thu, 30 Apr 2020 07:41:57 +0200 Subject: [PATCH] Update CHANGELOG file for @wordpress/eslint-pluging Adds missing entry that was not included in #21928. Props to @aduth for noticing. --- packages/eslint-plugin/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 518a92fe657d46..a12e4da20fbec7 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -9,6 +9,7 @@ ### Bug Fixes - The `@wordpress/no-unused-vars-before-return` rule will now correctly identify valid usage of a variable as a JSX identifier. +- Make `@wordpress/i18n-text-domain` rule less strict by default. When `allowedTextDomain` option is not provided it allows now skipping text domain or providing any string ([#21928](https://github.com/WordPress/gutenberg/pull/21928)). ## 5.0.1 (2020-04-15)