From f4e7cbaa6ee4c2f1772c2ea6be7d8b24536baf08 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 5 Dec 2017 17:15:28 -0700 Subject: [PATCH] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efea1c932..7e6c2c988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Added new `force_lowercase_urls` functionality on routes and slugs * Added new `item-list` filter type to remove empty items * Added new `setFlashCookieObject()` and `getFlashCookieObject()` methods to `Session` object + * Added new `intl_enabled` option to disable PHP intl module collation when not needed 1. [](#bugfix) * Fixed an issue with checkbox field validation [form#216](https://github.com/getgrav/grav-plugin-form/issues/216) * Fixed issue with multibyte Markdown link URLs [#1749](https://github.com/getgrav/grav/issues/1749)