From 21ab3fbe78d76bc8e00478a217f6604f43e9bd56 Mon Sep 17 00:00:00 2001 From: Robert Korulczyk Date: Sun, 23 Sep 2018 15:34:10 +0200 Subject: [PATCH] Remove redundant changelog line [skip ci] (#16735) After #16734 there are two lines for the same change. --- framework/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index b5b6832edb..84f54624e4 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -6,7 +6,6 @@ Yii Framework 2 Change Log - Enh #16151: `ActiveQuery::getTableNameAndAlias()` is now protected (s1lver) - Bug #16657: Ensure widgets after run event result contains the result of the rendered widget (AdeAttwood) -- Enh #16151: Change of scope for method `getTableNameAndAlias()` (s1lver) - Bug #14230: Fixed `itemsOptions` ignored in `checkBoxList` (s1lver) - Bug #14368: Added `role` attribute for active radio list (s1lver) - Bug #16680: Fixed ActiveField 'text' input with maxlength (s1lver)