From f53f62c134420ac1d57188a4a30ab61ff03152c1 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 8 Jan 2014 11:33:05 -0500 Subject: [PATCH] updated extension changelog. --- extensions/yii/debug/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/yii/debug/CHANGELOG.md b/extensions/yii/debug/CHANGELOG.md index 56934e3..ce4652b 100644 --- a/extensions/yii/debug/CHANGELOG.md +++ b/extensions/yii/debug/CHANGELOG.md @@ -6,6 +6,7 @@ Yii Framework 2 debug extension Change Log - Bug #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled (qiangxue) - Bug #1747: Fixed problems with displaying toolbar on small screens (cebe) +- Bug #1827: Debugger toolbar is loaded twice if an action is calling `run()` to execute another action (qiangxue) 2.0.0 alpha, December 1, 2013 -----------------------------