Missing changelog entry added

This commit is contained in:
Andy Miller
2016-08-24 17:33:23 -06:00
parent 5c2be54ad6
commit d44ee8814a

View File

@@ -4,6 +4,7 @@
1. [](#new)
* Added new `tmp` folder at root. Accessible via stream `tmp://`. Can be cleared with `bin/grav clear --tmp-only` as well as `--all`.
* Added support for RTL in `LanguageCodes` so you can determine if a language is RTL or not
* Ability to set `custom_base_url` in system configuration
1. [](#improved)
* Important vendor updates to provide PHP 7.1 beta support!
* Added a `Util::arrayFlatten()` static function