From 48f1dd77f4972a0a77fdfbfb0fcadb479fae285e Mon Sep 17 00:00:00 2001 From: Dmitry Naumenko Date: Fri, 23 Feb 2018 23:39:23 +0200 Subject: [PATCH] Wording fix [skip ci] --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 5c0759db08..abc8220a05 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -5,7 +5,7 @@ Yii Framework 2 Change Log ------------------------ - Bug #15692: Fix ExistValidator with targetRelation ignores filter (developeruz) -- Bug #15693: Fixed Fix HttpHeaderAuth when no pattern is present but not matched (bboure) +- Bug #15693: Fixed `yii\filters\auth\HttpHeaderAuth` to work correctly when pattern is set but was not matched (bboure) - Bug #15696: Fix magic getter for ActiveRecord (developeruz)