diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index a149e3d6c5..6914aa5060 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
- Changelog
+ - Changes since 3.1.11
- Changes since 3.1.10
- Changes since 3.1.9
- Changes since 3.1.8
@@ -120,6 +121,49 @@
+
Changes since 3.1.11
+
+
Bug
+
+ - [PHPBB3-9533] - phpbb_own_realpath() doesn't always replicate realpath() behaviour
+ - [PHPBB3-12835] - Jump-box dropdown menu doesn't expand with according to line length in IE8
+ - [PHPBB3-13360] - rename_too_long_indexes migration never deleted the old unique index
+ - [PHPBB3-13464] - problem with drop down options and Arabic letters in chrome
+ - [PHPBB3-13574] - Last post not showing in "Active topics" when Prosilver goes responsive
+ - [PHPBB3-15174] - Unable to purge cache (ext & acp)
+ - [PHPBB3-15285] - Travis tests are failing due to trusty changes
+ - [PHPBB3-15303] - Typo in memcached driver
+ - [PHPBB3-15347] - Password updater in cron generates invalid postgres SQL
+ - [PHPBB3-15367] - Sphinx search backend doesn't escape special characters
+
+
Improvement
+
+ - [PHPBB3-10122] - [list=] - should support "none", along with CSS2 types
+ - [PHPBB3-11063] - Change version check to SSL
+ - [PHPBB3-14820] - Style Version Missing
+ - [PHPBB3-14919] - Inconsistent use of globals vs class elements in acp_extensions
+ - [PHPBB3-14927] - event core.user_add_modify_data
+ - [PHPBB3-14944] - Add possibility to search for template loop indexes by key
+ - [PHPBB3-14995] - Add ACP template events acp_ext_list_*_name_after
+
+
New Feature
+
+
Sub-task
+
+ - [PHPBB3-11182] - Ensure that template files use L_COLON instead of colons.
+ - [PHPBB3-11676] - generate_text_for_storage on includes/acp/acp_users.php
+
+
Task
+
+ - [PHPBB3-10758] - Improve Functional Test Code Coverage
+ - [PHPBB3-10791] - Add a section for extensions to readme.html
+ - [PHPBB3-10792] - Add a section for 3.0 to 3.1 upgrades to install.html
+ - [PHPBB3-13874] - Add master to sami API docs
+
+
Changes since 3.1.10
Bug