diff --git a/build/build.xml b/build/build.xml
index 4d16ad1b6a..d65056f325 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -4,7 +4,7 @@
-
+
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 8d2dbd3755..807ee95988 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -2097,6 +2097,11 @@
1.xvii. Changes since 3.0.12
+Security
+
+- [PHPBB3-13531] - Disallow trailing paths (e.g. using the PATH_INFO feature) to prevent path-relative CSS injection
+- [PHPBB3-13526] - Correctly validate ucp_pm_options form key
+
Bug
- [PHPBB3-6703] - Problem with russian letter while converting from 2.0.x
@@ -2178,7 +2183,6 @@
- [PHPBB3-13376] - deregister_globals() does not work correctly when $_COOKIE['GLOBALS'] - is specified
- [PHPBB3-13519] - Correctly validate imagick path as path and not string
- [PHPBB3-13523] - PHP 5.2 Unit Tests no longer work due to deprecated PHPUnit PEAR channel
-- [PHPBB3-13526] - Correctly validate ucp_pm_options form key
- [PHPBB3-13527] - Escape information received from version server
Improvement
@@ -2201,7 +2205,6 @@
[PHPBB3-12247] - include poster's username in email notifications of posts that get approved by moderators
[PHPBB3-12259] - Too many redundant tests are run on Travis
[PHPBB3-12468] - Allow mbstring.http_input='' besides 'pass' for PHP 5.6 compatibility
-[PHPBB3-13531] - Disallow trailing paths (e.g. using the PATH_INFO feature)
Task