From 77bdcda5c5225723923df03cb2d5dc860edab7de Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Mon, 22 Jan 2018 15:07:23 +0100 Subject: [PATCH] removed excessive whitespace in CHANGELOG (#15539) - makes ChangeLogTest pass --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index a51a2f721b..204073a697 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -4,7 +4,7 @@ Yii Framework 2 Change Log 2.0.14 under development ------------------------ -- Enh #14806: Added $placeFooterAfterBody option for GridView (terehru) +- Enh #14806: Added $placeFooterAfterBody option for GridView (terehru) - Bug #14711: Fixed `yii\web\ErrorHandler` displaying exception message in non-debug mode (samdark) - Enh #13814: MySQL unique index names can now contain spaces (df2) - Bug #15300: Fixed "Cannot read property 'style' of undefined" error at the error screen (vitorarantes)