diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 6534fb2e33..559338f521 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -101,6 +101,41 @@
1.i. Changes since 3.1.0-RC5
+ Bug
+
+ - [PHPBB3-12530] - Visual confirmation is breaking layout in prosilver's mobile mode
+ - [PHPBB3-12568] - docs/README.html references MODs instead of extensions
+ - [PHPBB3-13124] - PHP event extractor too strict on doc blocks
+ - [PHPBB3-13138] - Banned users cause infinite recursion
+ - [PHPBB3-13140] - Header links don't re-appear on window size increase
+ - [PHPBB3-13161] - PHP Warnings issued from phpbb database test case
+ - [PHPBB3-13163] - Header Navbar Responsiveness Broken
+ - [PHPBB3-13164] - Data sent to core.submit_post_end event does not include fresh post_visibility
+ - [PHPBB3-13168] - Warning displayed in PHP 5.6 for mbstring.http_input
+ - [PHPBB3-13169] - Responsive forms not displaying correctly in RTL
+ - [PHPBB3-13171] - Can not delete posts and soft delete topics in MCP topic view
+ - [PHPBB3-13174] - Minor HTML error in ucp_pm_viewmessage.html (needs closing </div>)
+ - [PHPBB3-13177] - Post count-based ranks do not display in viewtopic
+ - [PHPBB3-13181] - Sphinx config template should use place holders for database credentials
+ - [PHPBB3-13186] - Do not link post count to author search if search disabled
+ - [PHPBB3-13187] - INSTALL.html is not valid HTML
+ - [PHPBB3-13188] - Sphinx index() function triggers slow queries that time out replies
+ - [PHPBB3-13190] - phpbb_session_login_keys_test::test_reset_keys fails on develop-ascraeus
+ - [PHPBB3-13194] - BBCode isn't parsed when issuing a warning for a post
+ - [PHPBB3-13203] - Use constant time comparison method for comparing password hashes
+
+ Improvement
+
+ - [PHPBB3-12796] - View own Profile should have an edit button
+ - [PHPBB3-12799] - Place the events for f_brunoais_read_other
+ - [PHPBB3-13041] - help_faq.php language file needs to be revised
+
+ New Feature
+
+
+
1.ii. Changes since 3.1.0-RC4
Bug