From 551a391dd8879efea34b96f5a19fd85302e58a6f Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 10 May 2015 18:27:54 -0400 Subject: [PATCH] prepare for next release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18cf504..ef8d6e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ Yii Framework 2 bootstrap extension Change Log ============================================== -2.0.4 under development +2.0.5 under development ----------------------- + + +2.0.4 May 10, 2015 +------------------ + - Bug #18: `label` option ignored by `yii\bootstrap\Activefield::checkbox()` and `yii\bootstrap\Activefield::radio()` (mikehaertl) - Bug #5984: `yii\bootstrap\Activefield::checkbox()` caused browser to link label to the wrong input (cebe) - Bug #7894: Fixed incorrect URL config processing at `yii\bootstrap\Nav::items` if route element is not a first one (nkovacs, klimov-paul)