diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 88df39a6d5..e5aeb34144 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -49,6 +49,7 @@
- Changelog
+ - Changes since 3.1.4
- Changes since 3.1.3
- Changes since 3.1.3-RC1
- Changes since 3.1.2
@@ -111,6 +112,88 @@
+
Changes since 3.1.4
+
+
Bug
+
+ - [PHPBB3-9563] - Empty categories showing up on index
+ - [PHPBB3-11521] - Missing language string when migration is invalid
+ - [PHPBB3-11532] - acp_users_overview.html autocompletes "confirm email" and "password" fields in chrome
+ - [PHPBB3-13516] - icc-profiler check should skip extensions vendor
+ - [PHPBB3-13564] - User is not removed from oauth tables upon deletion
+ - [PHPBB3-13664] - Allow changing total list for unapproved posts in mcp_front
+ - [PHPBB3-13755] - uploading attachments results in error: parsing server response.
+ - [PHPBB3-13763] - Language Spelling Error: Completly
+ - [PHPBB3-13771] - AJAX responses do not support exceptions messages
+ - [PHPBB3-13772] - Error in @param variable type for phpbb\passwords\manager
+ - [PHPBB3-13779] - Permission set migration tool grants regular users heightened permissions
+ - [PHPBB3-13787] - Duplicate entry of poll_delete in prosilver template
+ - [PHPBB3-13792] - Travis fails installing hhvm-nigthly
+ - [PHPBB3-13819] - Add missing sql_freeresult() to files in includes/
+ - [PHPBB3-13822] - Permissions are in the wrong category
+ - [PHPBB3-13823] - Update package is missing file with inline whitespace changes
+ - [PHPBB3-13827] - controller\helper::message does not return JSON object for AJAX requests
+ - [PHPBB3-13830] - phpcs doesn't detect class using in catch blocks
+ - [PHPBB3-13833] - Submit a lot of messages without timeout between messages
+ - [PHPBB3-13838] - Add a sniff to ensure that the opening brace of a control statement is on the line after
+ - [PHPBB3-13852] - Inconsistent tab navigation when login in
+ - [PHPBB3-13861] - Old styles are not removed by style update migration
+ - [PHPBB3-13868] - Adding multiple language files for acp/mcp/ucp modules is incorrectly handled for extensions
+ - [PHPBB3-13873] - Remove broken print stylesheet in preference of &view=print
+ - [PHPBB3-13875] - Lint test should ignore cache, ext, and store folder
+ - [PHPBB3-13878] - Properly display background images when printing with webkit browser
+ - [PHPBB3-13888] - "Couldn't fetch mysqli_result" error on username search and egosearch
+ - [PHPBB3-13913] - Post subject of password protected and list-only forums shown on board index
+ - [PHPBB3-13922] - Whitespace found at end of line phpBB/includes/functions_admin.php
+ - [PHPBB3-13928] - Fix build_cfg_template_test after ticket/sec-184
+
+
Improvement
+
+ - [PHPBB3-12101] - Redirect for Microsoft servers in /includes/functions.php:redirect()
+ - [PHPBB3-12542] - Highlight textarea when files are dragged over it
+ - [PHPBB3-12717] - Improve the code sniffer
+ - [PHPBB3-13200] - Add autocomplete="off" to additional password fields
+ - [PHPBB3-13648] - Allow extensions using custom bbcode validation methods
+ - [PHPBB3-13699] - Add template events in viewforum_body.html before and after the title
+ - [PHPBB3-13745] - Add veiwtopic.php core event to allow manipulating poll data
+ - [PHPBB3-13750] - Add generate_forum_nav() core event to allow modifying navlinks text
+ - [PHPBB3-13752] - Add viewonline.php core event to allow modifying forum data SQL query
+ - [PHPBB3-13753] - Add template events to forum category header
+ - [PHPBB3-13778] - Misleading instruction text for recaptcha plugin
+ - [PHPBB3-13790] - Update phpcs to 2.3.2
+ - [PHPBB3-13791] - Add more post buttons template events to viewtopic_body.html
+ - [PHPBB3-13808] - Add event before and after the search form
+ - [PHPBB3-13809] - Test php parsing on php7 on travis
+ - [PHPBB3-13841] - Add event when topics are moved
+ - [PHPBB3-13858] - Make the Plupload uploader instance available in the global namespace
+ - [PHPBB3-13872] - Allow template events to have a changed tag
+ - [PHPBB3-13876] - Use async webfontloader to load webfont from googles CDN
+ - [PHPBB3-13905] - loading.gif loaded before document load when it isn't needed
+
+
Security Issue
+
+ - [PHPBB3-13917] - Use hash_equals() if possible in password driver helper
+ - [SECURITY-184] - Do not output passwords to HTML input fields
+
+
Sub-task
+
+ - [PHPBB3-13660] - Allow changing the query for total reports in mcp_front
+ - [PHPBB3-13661] - Allow changing how and which logs are retrieved
+ - [PHPBB3-13668] - Allow modifying the query to get details from the post report
+ - [PHPBB3-13672] - Allow changing the query to obtain the user-submitted report.
+ - [PHPBB3-13685] - Allow modifying the keywords search query for mysql fulltext search
+ - [PHPBB3-13686] - Allow modifying the fulltext native search query for total results before before
+ - [PHPBB3-13689] - Allow modifying the Postgres native search query for results
+ - [PHPBB3-13691] - Allow modifying the fulltext native search query for total results for author
+ - [PHPBB3-13693] - Allow modifying the MySQL author search query for results
+
+
Task
+
+ - [PHPBB3-13807] - Extend event exporter to filter by min or max version to allow generating event diffs for releases
+ - [PHPBB3-13887] - JS could use some refactoring
+
+
+
Changes since 3.1.3
Security