From 52407aed531cf08543e30cdc9de4d6106ab5b859 Mon Sep 17 00:00:00 2001 From: Paul Klimov Date: Sat, 11 Apr 2015 23:30:06 +0300 Subject: [PATCH] CHANGELOG entry about #7918 restored --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index b5bc302..cddb757 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -37,6 +37,7 @@ Yii Framework 2 Change Log - Enh #7850: Added `yii\filters\PageCache::cacheCookies` and `cacheHeaders` to allow selectively caching cookies and HTTP headers (qiangxue) - Enh #7867: Implemented findUniqueIndexes for oci and mssql (nineinchnick) - Enh #7912: Added `aria-label` to ActionColumn buttons (LAV45, samdark) +- Enh #7918: `yii\widgets\Pjax` got ability to avoid registering link/form handler via setting `false` to `$linkSelector`/`$formSelector` (usualdesigner, Alex-Code, samdark) - Enh #7973: Added `Schema::getSchemaNames` method (nineinchnick) - Enh: Added `yii\helper\Console::wrapText()` method to wrap indented text by console window width and used it in `yii help` command (cebe) - Enh: Implement batchInsert for oci (nineinchnick)