From 710cd23bf971ee9ec7ab058082588779c7a977d1 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 11 Oct 2017 14:46:24 -0600 Subject: [PATCH] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87fd0b4b7..d925fba49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ 1. [](#improved) * Refactored `URI` class with numerous bug fixes, and optimizations + * Override `system.media.upload_limit` with PHP's `post_max_size` or `upload_max_filesize` * Updated `bin/grav clean` command to remove unnecessary vendor files (save some bytes) * Added a `http_status_code` Twig function to allow setting HTTP status codes from Twig directly. * Deter XSS attacks via URI path/uri methods (credit:newbthenewbd)