From d62de27f6330deb13c008e33bdb1ec11bb99fdb8 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 7 Sep 2016 16:41:19 -0600 Subject: [PATCH] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f6f7bda..fe2d84648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * Allow `Utils::setDotNotation` to merge data, rather than just set * Moved default `Image::filter()` to the `save` action to ensure they are applied last [#984](https://github.com/getgrav/grav/issues/984) * Improved the `Truncator` code to be more reliable [#1019](https://github.com/getgrav/grav/issues/1019) + * Moved media blueprints out of core (now in Admin plugin) 1. [](#bugfix) * Removed 307 redirect code option as it is not well supported [#743](https://github.com/getgrav/grav-plugin-admin/issues/743) * Fixed issue with folders with name `*.md` are not confused with pages [#995](https://github.com/getgrav/grav/issues/995)