From 58d15212807ea35ab9da4f86ce9a44b4b4e30971 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 11 Sep 2017 23:05:25 +0200 Subject: [PATCH] CHANGELOG for #14620 Implemented in - 3a8feb17a8213362d79bfbb32dc89621c1de42f1 - 70ad9f730b8cef64f7243895f737f0df856469bc --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index dd14fc4..c6e87a7 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -72,6 +72,7 @@ Yii Framework 2 Change Log - Bug #13969: Fixed a bug in a `yii\console\controllers\CacheController` when caches defined via a closure were not detected (Kolyunya) - Enh #14061: Added request scope assignments cache to `yii\rbac\DbManager::checkAccess()` to avoid duplicate queries for user assignments (leandrogehlen, cebe, nineinchnick, ryusoft) - Enh #14294: Added `InputWidget::renderInput()` to move behavior described in `InputWidget` class docs to the class itself (cebe) +- Enh #14620: Updated `yii.activeForm.js` and `yii\web\View` to jQuery 3.0 compatible API (silverfire) 2.0.12 June 05, 2017