From 00b56da22065522aba5bc1967c9b74e8d2318149 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 2 Nov 2017 14:51:13 -0600 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c580c41..64d2c65df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ * Dynamically added pages via `Pages::addPage()` were not firing `onPageProcessed()` event causing forms not to be processed * Fixed `Page::active()` and `Page::activeChild()` to work with UTF-8 characters in the URL [#1727](https://github.com/getgrav/grav/issues/1727) * Fixed typo in `modular.yaml` causing media to be ignored [#1725](https://github.com/getgrav/grav/issues/1725) + * Reverted `case_insensitive_urls` option as it was causing issues with taxonomy [#1733](https://github.com/getgrav/grav/pull/1733) + * Removed an extra `/` in `CompileFile.php` [#1693](https://github.com/getgrav/grav/pull/1693) # v1.3.8 ## 10/26/2017