From bc0a6662ee3e24b31759c2ff62c42f57bc6cf91b Mon Sep 17 00:00:00 2001 From: Sebastian Thierer Date: Thu, 9 Jul 2015 11:54:28 -0300 Subject: [PATCH] typo on changelog --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 227d59fe60..2953e005d4 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -23,7 +23,7 @@ Yii Framework 2 Change Log - Bug #8772: ActiveQuery failed removing duplicate records after join when the resultset did not contain the pk values e.g. after grouping (cebe) - Bug #8900: Fixed determine active menu item with url-alias in route `\yii\widgets\Menu::isItemActive()` (demi) - Bug #9046: Fixed problem with endless error loop when an error occurred after sending a stream or file download response to the user (cebe) -- Bug #9056: Workaround over mysql create index bug and table name change to lowercase. (sebathi) +- Bug #9063: Workaround over mysql create index bug and table name change to lowercase. (sebathi) - Bug: Fixed string comparison in `BaseActiveRecord::unlink()` which may result in wrong comparison result for hash valued primary keys starting with `0e` (cebe) - Bug: Pass correct action name to `yii\console\Controller::options()` when default action was requested (cebe) - Bug: Automatic garbage collection in `yii\caching\FileCache` was not triggered (kidol)