diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index aae128c388..2a824fa9b7 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -96,6 +96,124 @@
1.i. Changes since 3.1.0-b4
+ Bug
+
+ - [PHPBB3-8610] - Splitting and merging topics does not handle subscriptions and bookmarks correctly
+ - [PHPBB3-10899] - Using Delete All in log viewer with keyword search
+ - [PHPBB3-11331] - Inform admin of incorrect avatar path instead of stripping unexpected parts from destination path
+ - [PHPBB3-11445] - Suboptimal number of query complexity in phpbb_notification_manager::get_global_subscriptions()
+ - [PHPBB3-11467] - phpbb_extension_metadata_manager uses hard coded language for exceptions
+ - [PHPBB3-11659] - Information about file_upload is missing from the requirement page
+ - [PHPBB3-11942] - Delete post/topic reason should be added to the generated log entry
+ - [PHPBB3-12109] - Bug when setting users forum permissions with "Select all users" checkbox
+ - [PHPBB3-12209] - OAuth Authentication in ACP does not explain that it allows regular login too
+ - [PHPBB3-12332] - Attachments with long file names break the Uploader layout
+ - [PHPBB3-12352] - The service definition "auth.provider.smf" does not exist.
+ - [PHPBB3-12443] - Responsive tabs broken in IE
+ - [PHPBB3-12457] - Gallery avatar category "Main" is empty
+ - [PHPBB3-12508] - phpbb\finder (currently phpbb\extension\finder) should not depend on extension manager
+ - [PHPBB3-12521] - When selecting the target to merge two topics, the last column is pushed on a new line
+ - [PHPBB3-12552] - [RTL] - Forum list content forced into single char column when responsive
+ - [PHPBB3-12553] - Right-to-left language bugs in prosilver
+ - [PHPBB3-12566] - "Private messages" in viewtopic.php should be "Send pivate message"
+ - [PHPBB3-12589] - The finder should search directly in $directory if it's an absolute sub-path
+ - [PHPBB3-12612] - Front-facing files should not contain functions
+ - [PHPBB3-12615] - Improper clearing of .topic-actions leads to float problems
+ - [PHPBB3-12637] - coding-guidelines.html contains invalid HTML
+ - [PHPBB3-12638] - Call to undefined function phpbb\db\migration\data\v30x\phpbb_require_updated() when not using autoupdate package
+ - [PHPBB3-12639] - Delete entry in admin-log leads to mysql-error
+ - [PHPBB3-12640] - Posting editor tab "attachments" is unclicked in IE8
+ - [PHPBB3-12641] - With IE8 logged in to ACP error message appears in the browser
+ - [PHPBB3-12643] - Cannot convert SQLite DB from 3.0.12 to 3.1.0
+ - [PHPBB3-12652] - Deleting marked log entries leads to MySQL Error
+ - [PHPBB3-12660] - Undefined offset error when phpinfo() disabled and debug enabled
+ - [PHPBB3-12665] - develop/migration_tips.php should not find extension tips
+ - [PHPBB3-12667] - New posts in a topic cause undesirable results when clicking topic title or page button
+ - [PHPBB3-12672] - Make <Tab> inside [code] - more user friendly
+ - [PHPBB3-12673] - PLUPLOAD fails due missing constant IMAGETYPE_SWC
+ - [PHPBB3-12675] - Fix code sniffer complaints in 3.1.0-b5-dev code
+ - [PHPBB3-12682] - Code Sniffer does not work correctly on Travis CI.
+ - [PHPBB3-12688] - Rank images do not work on routes
+ - [PHPBB3-12694] - Remove whitespace at end of line from acp_groups
+ - [PHPBB3-12697] - Database Test Case Must Purge Extension Schema When Done
+ - [PHPBB3-12705] - make_clickable is using static variables incorrectly
+ - [PHPBB3-12707] - \phpbb\db\driver\phpbb\db\driver\mysql is tried being loaded
+ - [PHPBB3-12708] - [ROOT] -/install/install_main.php still uses docs/COPYING
+ - [PHPBB3-12709] - Duplicate entries in the posting attachments tab
+ - [PHPBB3-12711] - Contact form migration fails on MSSQL
+ - [PHPBB3-12712] - Password conversion migration fails on MSSQL
+ - [PHPBB3-12715] - Mistakes in the doc blocks
+ - [PHPBB3-12720] - Git commit hook should not require commit message to start with a capital letter
+ - [PHPBB3-12728] - Enforce box-model for image attachments
+ - [PHPBB3-12741] - Functional tests on Travis fail since php update last night
+ - [PHPBB3-12746] - Failing test: tests/content_visibility/delete_post_test.php
+ - [PHPBB3-12747] - Drop Firebird support
+ - [PHPBB3-12750] - Install/Update footer is not centered anymore
+ - [PHPBB3-12752] - Cron list tests fail on windows with ansi support
+ - [PHPBB3-12753] - FIELD_INVALID_CHARS_ALPHA_PUNCTUATION is not localized
+ - [PHPBB3-12755] - Remote upload stuck in infinite loop if server sends keep-alive
+ - [PHPBB3-12756] - Fatal error with mysqli_fetch_assoc on hhvm
+ - [PHPBB3-12761] - Remove the execute bit from functions_user.php
+ - [PHPBB3-12762] - Make ext.php optional for extensions
+ - [PHPBB3-12763] - Do not unnecessarily rewrite install/schemas/*_schema.sql when updating schema.json file
+
+ Improvement
+
+ - [PHPBB3-11266] - Use our own error message when composer is not set up
+ - [PHPBB3-12532] - Add header_navbar_username_prepend/append template events.
+ - [PHPBB3-12541] - Activate attachments tab when files are dropped into textarea
+ - [PHPBB3-12563] - Language key names in ACP styles are misleading
+ - [PHPBB3-12606] - PHP events in /includes/acp/acp_groups.php
+ - [PHPBB3-12608] - Improve notifications drop-down menu styling in header
+ - [PHPBB3-12613] - Improve pagination styling and jump-to-page dialog
+ - [PHPBB3-12646] - Add data attribute to breadcrumb links
+ - [PHPBB3-12648] - Improve UCP/MCP/Posting tabs styling & problems
+ - [PHPBB3-12655] - Allow the CLI to be used as a shell
+ - [PHPBB3-12664] - Refactor develop/migration_tips.php into a console command
+ - [PHPBB3-12666] - Use "None" for images in gallery avatar path root and rename lang key
+ - [PHPBB3-12668] - Add ability to modify subforums template data for core.display_forums_modify_template_vars event
+ - [PHPBB3-12669] - Add core event to the function display_forums() for additional template data
+ - [PHPBB3-12677] - Remove comment about ‘threading’
+ - [PHPBB3-12687] - Add a constant to dissociate the displaying of the load time from DEBUG
+ - [PHPBB3-12690] - Add core.submit_pm_after event
+ - [PHPBB3-12691] - Add core.delete_pm to funtion delete_pm.
+ - [PHPBB3-12704] - Improve the load time information in the footer when enabled
+ - [PHPBB3-12706] - Ignore additional languages and styles from git
+ - [PHPBB3-12714] - Better align the description of radio buttons to avoid confusion with the forum list in attachments settings
+ - [PHPBB3-12740] - Stop Using IDs as CSS selectors
+ - [PHPBB3-12758] - Add 'show_results' mode var to event core.search_modify_rowset
+
+ New Feature
+
+ - [PHPBB3-12597] - Command for executing all available cron tasks
+ - [PHPBB3-12602] - Add command to print the cron list
+ - [PHPBB3-12607] - CLI command for running a specific cron task
+
+ Sub-task
+
+ Task
+
+ - [PHPBB3-11528] - Use mink for acceptance tests involving javascript execution
+ - [PHPBB3-12514] - Add additional tests for custom profile fields type
+ - [PHPBB3-12696] - Add events to ucp_register.html
+ - [PHPBB3-12701] - Add events to user_add function
+ - [PHPBB3-12723] - Add Code Sniffer sniff ensuring PHP files use the correct file header
+ - [PHPBB3-12726] - Add Code Sniffer sniff ensuring PHP files do not contain any unused use statements
+ - [PHPBB3-12757] - Add a Code Sniffer ruleset for PHP files of phpBB extensions
+
+
+
1.ii. Changes since 3.1.0-b3
Bug