diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index bda254d084..71971108b1 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -97,6 +97,75 @@
1.i. Changes since 3.1.0-RC1
+ Bug
+
+ - [PHPBB3-9801] - Users on custom pages outside the board directory are being displayed on Index page
+ - [PHPBB3-11392] - "Make normal" in quickmod tool does not ajaxify correctly
+ - [PHPBB3-12325] - Automatic update should notify about outdated files
+ - [PHPBB3-12420] - Reduce config.php inclusions in DIC code
+ - [PHPBB3-12446] - Unnecessary db connect - function phpbb_bootstrap_enabled_exts
+ - [PHPBB3-12462] - Do not use string "None" for different avatar options
+ - [PHPBB3-12515] - FULLTEXT_POSTGRES_TS_NOT_USABLE and FULLTEXT_POSTGRES_VERSION_CHECK_EXPLAIN redundant
+ - [PHPBB3-12605] - Make dropdowns uniform
+ - [PHPBB3-12674] - Last edited by in PMs doesn't show user colour
+ - [PHPBB3-12680] - Contact icons in viewtopic are missing alternative text
+ - [PHPBB3-12695] - Undefined index: MISSING_INLINE_ATTACHMENT notice given when viewing post details
+ - [PHPBB3-12716] - Wrong method call in phpbb\auth\provider\oauth\token_storage
+ - [PHPBB3-12759] - Profile fields lang value db queries can cause query flood
+ - [PHPBB3-12760] - Post approval icon for wrong topics in Last Post column
+ - [PHPBB3-12764] - Wrong error message on install if mysqli is selected and the credentials are wrong
+ - [PHPBB3-12766] - Event exporter does not like RCx as version
+ - [PHPBB3-12768] - 'NOTIFICATION_REPORT_CLOSED' entry has wrong indentation
+ - [PHPBB3-12771] - Bug in \phpbb\db\migration\profilefield_base_migration when used in extensions
+ - [PHPBB3-12772] - Fatal error when "Email topic" is used in topic tools
+ - [PHPBB3-12773] - Fix language variable name in cli extension enable command
+ - [PHPBB3-12774] - Undefined variable $phpbb_adm_relative_path in phpbb_create_install_container()
+ - [PHPBB3-12781] - Template regex for DEFINE has problems when enclosed by other template conditionals
+ - [PHPBB3-12783] - Remove require: phpbb/phpbb from Extensions composer.json files
+ - [PHPBB3-12787] - Incorrect generated url when using ajax and routing
+ - [PHPBB3-12788] - Update Symfony suite from 2.3.12 to 2.3.16
+ - [PHPBB3-12790] - Always use the interface when available (and not directly the class)
+ - [PHPBB3-12802] - Properly handle connection errors in SQLite3
+ - [PHPBB3-12808] - Small gap between username and drop-down arrow
+ - [PHPBB3-12810] - In acp_forums the displayed value for prune_shadow_freq is the value of prune_freq
+ - [PHPBB3-12811] - Margin Bottom not taking effect in Safari with 101% height on same element
+ - [PHPBB3-12815] - Members list link hidden from guests who have permission to view members list page
+ - [PHPBB3-12816] - Fix comment about logs in user_ban function
+ - [PHPBB3-12818] - Deleting a log entry in MCP produces a General error
+ - [PHPBB3-12819] - Wrong text on hover over "Jump to page" field
+ - [PHPBB3-12825] - Allow the extensions to be tested with the sniffer and skip the vendors
+ - [PHPBB3-12830] - .postlink is in colours.css doubled, one should be deleted
+ - [PHPBB3-12834] - Viewonline only matches routes
+ - [PHPBB3-12839] - Missing stylesheet when it is not updated
+
+ Improvement
+
+ - [PHPBB3-12013] - Quickmod tools and jumpbox should use new dropdown
+ - [PHPBB3-12099] - path_helper returns wrong web root path for ajax requests
+ - [PHPBB3-12196] - Referer vs Referrer in language files
+ - [PHPBB3-12197] - Fix misleading FAQ entries
+ - [PHPBB3-12334] - Add raw values of profile fields to template
+ - [PHPBB3-12562] - Prosilver has no max-width
+ - [PHPBB3-12645] - Update support links to 3.1 forums
+ - [PHPBB3-12662] - Reorganize and modernize the header navbar
+ - [PHPBB3-12735] - Remove all :link, :visited, :active link states
+ - [PHPBB3-12777] - Rename extension status functions and add is_configured()
+ - [PHPBB3-12779] - Change order of file lists on automatic update
+ - [PHPBB3-12782] - Use an interface for the phpbb event_dispatcher
+ - [PHPBB3-12784] - Allow the extensions to add a custom auto loader
+ - [PHPBB3-12786] - Extend profilefield_base_migration.php class
+ - [PHPBB3-12812] - Add a migrator tool for config_text database changes
+ - [PHPBB3-12813] - Improve responsive pagination location and fix page-jump title
+ - [PHPBB3-12823] - Remove trailing whitespace from CSS files
+ - [PHPBB3-12824] - Move ACP & MCP links in the header to the end of the link list
+ - [PHPBB3-12827] - Reorder quick-links
+
+ Task
+
+ - [PHPBB3-12775] - Refactor functions_container into class container_builder
+ - [PHPBB3-12829] - Remove check for pgsql 8.3/8.2
+
+
1.ii. Changes since 3.1.0-b4
Bug