diff --git a/CHANGELOG.md b/CHANGELOG.md index c0368106c..e4fa1b39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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