diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 070b478e35..ab3a42206e 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -95,6 +95,111 @@
1.i. Changes since 3.1.0-b3
+ Bug
+
+ - [PHPBB3-10176] - Imageset Appearance Problem with Google Chrome Browser.
+ - [PHPBB3-11226] - filespec::move_file() from functions_upload.php does not error correctly
+ - [PHPBB3-11232] - prosilver ajax.js does not respect PHPBB_USE_BOARD_URL_PATH
+ - [PHPBB3-11366] - Add "MOD Version Check" for extensions to the core
+ - [PHPBB3-11497] - The extension finder keeps state, so should be instantiated on each container request, not reset manually
+ - [PHPBB3-12025] - Post Preview no longer shows UNAUTHORISED_BBCODE warning for disallowed BBcodes
+ - [PHPBB3-12074] - Enabling/Disabling/Data deleting of an extension should generate a log entry
+ - [PHPBB3-12174] - "Download all attachments" link displayed when the topic has attachments in hidden posts only
+ - [PHPBB3-12185] - Topic header in viewforum too small for translation
+ - [PHPBB3-12270] - Approving a topic triggers wrong notification
+ - [PHPBB3-12275] - core.modify_username_string is not triggered everytime
+ - [PHPBB3-12332] - Attachments with long file names break the Uploader layout
+ - [PHPBB3-12357] - generate_smilies() does not work for routes
+ - [PHPBB3-12402] - CAPTCHA plugin migration fails to detect missing plugins
+ - [PHPBB3-12415] - Use private message instead of "pm" accronym in cpf visibility options
+ - [PHPBB3-12421] - We try to display attachments in feed even for users who don't have the right to see them
+ - [PHPBB3-12428] - Incorrect from version in database update log entry
+ - [PHPBB3-12434] - No error message with Plupload except for files without extension
+ - [PHPBB3-12435] - purge_notifications() fails for disabled extensions
+ - [PHPBB3-12440] - Change URL in browsers addressbar when a view=unread#unread link was used
+ - [PHPBB3-12451] - posting.php TOO_FEW_CHARS_LIMIT should be split for plurals
+ - [PHPBB3-12459] - Unapproved posts/topics are not correctly handled in feeds
+ - [PHPBB3-12460] - Soft deleted posts/topics are not correctly handled in feeds
+ - [PHPBB3-12461] - Statistics are wrong for topic's based feeds
+ - [PHPBB3-12476] - purge_cache should increase asset version
+ - [PHPBB3-12486] - "Risky" tests from phpunit 4.1
+ - [PHPBB3-12491] - Conflict between USERNAME_FULL in functions.php and mcp_notes.php
+ - [PHPBB3-12493] - User can not send PMs to users with PMs disabled, but PM button is visible on posts
+ - [PHPBB3-12498] - IE8 displays avatar in header with wrong width
+ - [PHPBB3-12499] - Incorrect call to phpbb\log\log::add() in db:migrate console command
+ - [PHPBB3-12500] - user.img does not set a title attribute for resulting span
+ - [PHPBB3-12501] - Weird post attachment behavior in MCP report details
+ - [PHPBB3-12503] - All test cases should extend phpbb_test_case instead of PHPUnit_Framework_TestCase
+ - [PHPBB3-12504] - Avatar manager test is using undefined variables
+ - [PHPBB3-12509] - Extentions can't send email with new notification system
+ - [PHPBB3-12510] - build_url() is not encoding url entities
+ - [PHPBB3-12511] - Missing language strings in memberlist group view for mobile prosilver
+ - [PHPBB3-12513] - simple_headers do not support extension loaded CSS stylesheets
+ - [PHPBB3-12517] - Missing argument in call to log.add() in prune_shadow_topics.php
+ - [PHPBB3-12519] - m_approve language update from soft delete patch got nucked by a merge conflict
+ - [PHPBB3-12520] - Can not move text with the mouse anymore in post-box when attachments are allowed
+ - [PHPBB3-12522] - Add parameter description in guesser_interface
+ - [PHPBB3-12525] - CONTACT_USER used with username
+ - [PHPBB3-12526] - "Undefined index: filesize" error thrown when editing a PM with attachments
+ - [PHPBB3-12527] - Remove translation editor from ACP
+ - [PHPBB3-12529] - phpbb\controller\resolver::getController doesn't use $phpbb_root_path to check if the template dir exist
+ - [PHPBB3-12533] - The notification link should fill the parent li-container in the notifications dialog
+ - [PHPBB3-12534] - Enabling and disabling extensions should not abuse the red errorbox
+ - [PHPBB3-12536] - Get Versions Should Not Require Both Stable and Unstable Branches
+ - [PHPBB3-12540] - WRONG_FILESIZE contains broken placeholders
+ - [PHPBB3-12543] - Enter key no longer works in posting when attachment error is triggered
+ - [PHPBB3-12547] - Rename jquery.js to jquery.min.js in assets directory
+ - [PHPBB3-12548] - [RTL] - Posting button icons should display on left side of text
+ - [PHPBB3-12549] - [RTL] - Forumlist/topiclist <dfn> tags should not be visible
+ - [PHPBB3-12550] - [RTL] - Last post column breaks into second line
+ - [PHPBB3-12551] - [RTL] - Breadcrumb separator does not display correctly
+ - [PHPBB3-12561] - Create_schema_files.php should process colum "after" instead of adding it to the JSON
+ - [PHPBB3-12570] - db_text throws an error, when set() is called with the current value
+ - [PHPBB3-12572] - JavaScript console throws error when alert message title is not defined (core.js bug)
+ - [PHPBB3-12580] - :link Pseudo causing over specificity issues in the theme
+ - [PHPBB3-12586] - \phpbb\extension\manager::all_available() should only locate ext files two levels deep and ignore dot-files/folders
+ - [PHPBB3-12594] - File headers, credit lines, etc. should reflect updated legal info
+ - [PHPBB3-12600] - The cli command extension:show is broken
+ - [PHPBB3-12604] - Notifications Dropdown Padding Broken When Empty
+ - [PHPBB3-12611] - phpBB Group copyright notice should be removed from all images
+ - [PHPBB3-12614] - Do not hide post buttons before hovering over post
+ - [PHPBB3-12621] - schema.json is not up to date with migration files
+
+ Improvement
+
+ - [PHPBB3-9388] - use DOM scripting to hide unnecessary input fields
+ - [PHPBB3-11163] - Include ext/ directory in installation and update packages
+ - [PHPBB3-12155] - Use CSS instead of translated images for the mini post buttons
+ - [PHPBB3-12407] - Allow changing of post_data and other variables with core.posting_modify_template_vars
+ - [PHPBB3-12431] - Add has_poll icon to topiclists
+ - [PHPBB3-12433] - QUOTE_DEPTH_EXCEEDED needs a different string for '1'
+ - [PHPBB3-12488] - Add user warning indication to viewtopic posts
+ - [PHPBB3-12507] - Add console command to purge the cache
+ - [PHPBB3-12518] - Allow extensions to overwrite CANNOT_EDIT_* checks in posting.php and viewtopic.php
+ - [PHPBB3-12523] - Add search_results.html template events search_results_topic_(before/after)
+ - [PHPBB3-12524] - Add search.php core event to modify search results rowset
+ - [PHPBB3-12531] - Restore default topic title links in subsilver2
+ - [PHPBB3-12555] - Make use of canonical urls to avoid duplicate content
+ - [PHPBB3-12583] - Add event core.mcp_warn_post_before/after
+ - [PHPBB3-12584] - Add event core.mcp_warn_user_before/after
+
+ Sub-task
+
+ Task
+
+ - [PHPBB3-10839] - Remove phpunit.xml.functional and always include functional tests
+ - [PHPBB3-12384] - Run Travis CI HHVM tests against MySQLi instead of MySQL
+ - [PHPBB3-12495] - Add Sami to composer dependencies and build script
+ - [PHPBB3-12544] - Update Plupload to 2.1.2
+ - [PHPBB3-12582] - Strip away copyrighted ICC profile from images
+ - [PHPBB3-12592] - Run mysql driver on Travis CI
+ - [PHPBB3-12603] - Remove hook_system.html from docs
+
+
+
1.ii. Changes since 3.1.0-b2
Bug