From aa13bf618b027554e45264e4cc6220ffb76a49b8 Mon Sep 17 00:00:00 2001 From: LAV45 Date: Sun, 29 Nov 2015 20:01:41 +0300 Subject: [PATCH] Added the entry in CHANGELOG.md --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index ea72e2a7e5..722093462b 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -36,6 +36,7 @@ Yii Framework 2 Change Log - Bug #10029: Fixed MaskedInput not working with PJAX (martrix78, samdark) - Bug #10101: Fixed assignments saving on role removing in `\yii\rbac\PhpManager` (rezident1307) - Bug #10142: Fixed `yii\validators\EmailValidator` to check the length of email properly (silverfire) +- Bug #10278: Fixed `yii\helpers\BaseJson` support \SimpleXMLElement data (SilverFire, LAV45) - Bug: Fixed generation of canonical URLs for `ViewAction` pages (samdark) - Bug: Fixed `mb_*` functions calls to use `UTF-8` or `Yii::$app->charset` (silverfire) - Enh #3506: Added `\yii\validators\IpValidator` to perform validation of IP addresses and subnets (SilverFire, samdark)