From a4b12b14cacb0d9ddac3b71015aaa047d1580b9a Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 3 Jan 2019 00:51:41 +0300 Subject: [PATCH] Removed unneeded changelog line [skip ci] --- framework/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 1e4f4ff7d0..5edea60965 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -9,7 +9,6 @@ Yii Framework 2 Change Log - Bug #16028: Fix serialization of complex cache keys that contain non-UTF sequences (rugabarbo) - Bug #16945: Fixed RBAC DbManager ruleName fetching on the case of PDO::ATTR_ORACLE_NULLS => PDO::NULL_TO_STRING (razonyang) - Bug #16081: Fixed composite IN using just one column (rugabarbo) -- Bug #16926: Fix shell autocompletion (GHopperMSK) - Bug #15850: check basePath is writable on publish in AssetManager (Groonya) - Bug #16910: Fix messages sorting on extract (Groonya) - Bug #16969: Fix `yii\filters\PageCache` incorrectly storing empty data in some cases (sammousa)