From 30e751fec918cf3671cda0cc9819064ad122a44f Mon Sep 17 00:00:00 2001 From: Nikola Kovacs Date: Wed, 16 Jul 2014 10:12:14 +0200 Subject: [PATCH] update changelog for 4317 --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 399b343..8c11d13 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -139,6 +139,7 @@ Yii Framework 2 Change Log - Enh #4086: changedAttributes of afterSave Event now contain old values (dizews) - Enh #4114: Added `Security::generateRandomBytes()`, improved tests (samdark) - Enh #4209: Added `beforeCopy`, `afterCopy`, `forceCopy` properties to AssetManager (cebe) +- Enh #4317: Added `absoluteAuthTimeout` to yii\web\User (ivokund, nkovacs) - Enh: Added support for using sub-queries when building a DB query with `IN` condition (qiangxue) - Enh: Supported adding a new response formatter without the need to reconfigure existing formatters (qiangxue) - Enh: Added `yii\web\UrlManager::addRules()` to simplify adding new URL rules (qiangxue)