From eae5c6830cf6a1a8f9b64322127dcb93ec47142f Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 3 Aug 2020 22:39:40 +0300 Subject: [PATCH] chore(changelog): update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dfa7a60..2ea2277a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -146,6 +146,8 @@ * **settings** Set max_file_size 8mb for uploads. +* **yaml** YAML set default inline = 5 and indent = 2 + * **vendors** New Arrays library for Accessing PHP Arrays via DOT notation. * **rest-api** New Files Rest API. @@ -192,6 +194,14 @@ * **core:** remove Date Component from the system. * **core:** remove Text Component from the system. +### Refactoring +* **pimple** remove unused $flextype variable and cleanup dependencies. +* **yaml** save and mute error_reporting for native YAML parser. +* **cors** remove unused parameter $args +* **plugins** remove dead variables. +* **shortcode** update return type for shortcode add() method. +* **cache** update $driver type for DoctrineCache. + ### Vendor Updates * **core:** Update vendor league/glide to 1.6.0