From d1b724c8184aef26d71434cb639907c1aa72ca1b Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 30 Mar 2015 18:03:41 +0300 Subject: [PATCH] Reordered changelog, added references to issue/pull request numbers --- framework/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 96dad14194..4cb80b9189 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -10,11 +10,11 @@ Yii Framework 2 Change Log - Bug #7603: Fixed escape characters in `FormatConverter` to work with unicode characters (maddoger, cebe) - Bug #7757: Fix fetching tables schema for oci and mysql when PDO::ATTR_CASE is set (nineinchnick) - Bug #7775: Added more strict check on controller IDs when they are being used to create controller instances on Windows (Bhoft, qiangxue) -- Bug: Fixed fetching columns definition and composite foreign keys for oci (nineinchnick) -- Bug: Removed column's autoIncrement detection from oci (nineinchnick) -- Bug: Fixed creating raw sql (for logging) by skipping object and resource params (nineinchnick) -- Bug: Fixed Schema::getLastInsertID() by quoting sequence name (nineinchnick) - Bug #7867: Fixed findUniqueIndexes not to perform any processing on unique index on function for pgsql (nineinchnick) +- Bug #7868: Fixed fetching columns definition and composite foreign keys for oci (nineinchnick) +- Bug #7868: Removed column's autoIncrement detection from oci (nineinchnick) +- Bug #7868: Fixed creating raw sql (for logging) by skipping object and resource params (nineinchnick) +- Bug #7868: Fixed Schema::getLastInsertID() by quoting sequence name (nineinchnick) - Enh #6895: Added `ignoreCategories` config option for message command to ignore categories specified (samdark) - Enh #6975: Pressing arrows while focused in inputs of Active Form with `validateOnType` enabled no longer triggers validation (slinstj) - Enh #7488: Added `StringHelper::explode` to perform explode with trimming and skipping of empty elements (SilverFire, nineinchnick, creocoder, samdark)