diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 193e76331b..3658ae5e3b 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -100,6 +100,71 @@
1.i. Changes since 3.1.0-RC4
+ Bug
+
+ - [PHPBB3-10729] - Post editor information is not updated when user being deleted with posts
+ - [PHPBB3-11224] - SQL cache destroy does not destroy queries to tables joined
+ - [PHPBB3-12368] - Updating database fails in upgrade from 3.0 when trying twice without purging the cache
+ - [PHPBB3-12489] - Description for Contact link in custom profile fields
+ - [PHPBB3-12657] - Add a test file for cli command cache:purge
+ - [PHPBB3-12858] - 'GMT' is hard coded and not pulled from language files
+ - [PHPBB3-12889] - multi-select element in unban email-adresses not limited in width
+ - [PHPBB3-13011] - Javascript bug when selecting first one or two characters of a post
+ - [PHPBB3-13027] - PM folder full percentage could be a bit more accurate
+ - [PHPBB3-13033] - Duplicate entry SQL error thrown when running notifications_use_full_name migration
+ - [PHPBB3-13045] - Pragma header not specified as response header by RFC2616
+ - [PHPBB3-13048] - AJAX requests are being stored to session_page
+ - [PHPBB3-13055] - String profile fields validation limits content to latin chars only
+ - [PHPBB3-13070] - Wrong hook name is registered for array(template, display)
+ - [PHPBB3-13071] - total_match_count is used before core.search_get_posts_data event
+ - [PHPBB3-13080] - Responsive design - language variable to long
+ - [PHPBB3-13082] - Search box does not displayed proper in admin cp when no logs listed
+ - [PHPBB3-13085] - Fix typo in oauth.php
+ - [PHPBB3-13086] - Update ACP_MASS_EMAIL_EXPLAIN language key
+ - [PHPBB3-13087] - WLM link is empty in viewtopic
+ - [PHPBB3-13097] - Fix missing unit type in forms.css
+ - [PHPBB3-13104] - Responsive tabs display bug in IE11
+ - [PHPBB3-13105] - Future dates are displayed as "Tomorrow" with relative date format
+ - [PHPBB3-13111] - Debug output when editing DropDown Custom Fields with multiple languages
+ - [PHPBB3-13113] - The routes are not always generated for the good app.php file
+ - [PHPBB3-13116] - Topic and post approval notifications got interchanged
+ - [PHPBB3-13117] - Installation fails on MySQL 5.7 because auto_increment columns can be NULL
+ - [PHPBB3-13118] - datetime.class parameter not used in user class
+ - [PHPBB3-13120] - phpbb_load_extensions_autoloaders() doesn't work very well with the extensions behind a symlink
+ - [PHPBB3-13121] - Customise Purge Cache always returns user to Styles page
+ - [PHPBB3-13125] - Uploaded avatars are not displayed in IE <= 7
+
+ Improvement
+
+ - [PHPBB3-12408] - Add quick setting for "default guest style" to ACP board settings
+ - [PHPBB3-12985] - Add event to modify the redirect after a successful login
+ - [PHPBB3-12993] - Add event to get_user_rank() function
+ - [PHPBB3-13025] - Add template events for buttons on viewforum and viewtopic
+ - [PHPBB3-13059] - Add core event to generate_page_link() to allow modifying pagination URLs
+ - [PHPBB3-13072] - Add total_match_count to core.search_get_topic_data event
+ - [PHPBB3-13077] - Change module order in Customise tab for better usability
+ - [PHPBB3-13094] - Remove the search box if there are no new posts to search for
+ - [PHPBB3-13107] - Add template events to forum row in forumlist_body.html
+ - [PHPBB3-13108] - Add core event to the parse_attachments() function to allow modifying files info
+ - [PHPBB3-13110] - Add core event to the page_footer() function to allow handling overall output
+ - [PHPBB3-13122] - phpbb_wrapper_gmgetdate_test intermittently fails
+ - [PHPBB3-13134] - Add core event to the root of the function display_forums()
+ - [PHPBB3-13137] - Remove schema.json from repository
+
+ Sub-task
+
+ - [PHPBB3-12929] - Add an event when getting the information for PM composal
+ - [PHPBB3-12930] - Add an event to the query getting the post for quoting in a PM
+
+ Task
+
+ - [PHPBB3-10794] - Make schema available at runtime
+ - [PHPBB3-12987] - Cleanup the services.yml file
+ - [PHPBB3-13106] - Remove the \phpbb\di\pass\kernel_pass class
+ - [PHPBB3-13119] - Add events to mcp and acp ban modules
+ - [PHPBB3-13123] - Add events to allow post blocking and post pre/past processing
+
+
1.ii. Changes since 3.1.0-RC3
Bug