From a454312bd2ffa019f3f48d4017d350b3c1d0e343 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 9 Oct 2014 18:07:31 -0600 Subject: [PATCH] Updated change log to reference updates today --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a19e8a417..bad9e6361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Use stream wrapper in pages, plugins and themes * Switched to RocketTheme toolbox for some core functionality * Renamed `setup` CLI command to `sandbox` + * Broke cache types out into multiple directories in the cache folder * Removed vendor libs from github repository * Various PSR cleanup of code * Various Blueprint updates to support upcoming Admin plugin @@ -19,6 +20,7 @@ * Added `visible()` and `routable()` filters to page collections * Use session class in shutdown process * Improvements to modular page loading + * Various code cleanup and optimizations 3. [](#bugfix) * Fixed file checking not updating the last modified time. For real this time! * Switched debugger to PRODUCTION mode by default