From 3299a87dbcd58fd65f8c081cd03daea7d93d9478 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 0b22896c506c8..2e373f0440cdd 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -5,6 +5,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)