diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index c61d78bc4e..1ce5f29a72 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -91,6 +91,112 @@
1.i. Changes since 3.1.0-a2
+Bug
+
+- [PHPBB3-10810] - Manage group in ucp requires access to adm/
+- [PHPBB3-11246] - Misleading Message in New User Pruning Feature
+- [PHPBB3-11484] - Topic Reply Notification email links not requiring user to log in
+- [PHPBB3-11507] - Impossible to prune users by group only
+- [PHPBB3-11672] - AJAX alerts contain unnecessary messages/links
+- [PHPBB3-11709] - Bulletin points in navigation menu are misaligned in RTL languages
+- [PHPBB3-11842] - Avatar driver error thrown when creating group
+- [PHPBB3-11856] - Require composer.json for extensions
+- [PHPBB3-11859] - Avatar drivers should return template filename
+- [PHPBB3-11869] - Strict debug message when registering with profile fields displayed
+- [PHPBB3-11911] - ACP should warn if there is no search index created for the selected search engine
+- [PHPBB3-11912] - "Unable to guess the mime type as no guessers are available" when uploading files
+- [PHPBB3-11914] - plupload should be updated to 2.0.x
+- [PHPBB3-11915] - plupload should be restyled to match the design of prosilver better
+- [PHPBB3-11959] - List of users in notifications should be trimmed
+- [PHPBB3-11963] - Stale MCP notifications get left behind
+- [PHPBB3-11984] - Ticket for more bugs/improvements for responsive design for both prosilver and ACP
+- [PHPBB3-11988] - Active tab in ACP should not have hover effect
+- [PHPBB3-11997] - redirect() does not work for app.php/xyz pages
+- [PHPBB3-12001] - User input is ignored in AJAX confirmation forms
+- [PHPBB3-12006] - Disabled Extensions with Modules can break the ACP/UCP/MCP
+- [PHPBB3-12009] - Incorrectly installed extensions should be ignored
+- [PHPBB3-12011] - RTL languages have style bugs in prosilver/ACP
+- [PHPBB3-12015] - Enhance events in viewtopic to increase their usability
+- [PHPBB3-12026] - Unable to find template - in MCP/UCP, which are added via extensions
+- [PHPBB3-12027] - Redis tests failing
+- [PHPBB3-12028] - Don't use L_COLON in a JavaScript context
+- [PHPBB3-12030] - Include config directory completely in update packages when one file is being updated
+- [PHPBB3-12032] - Certain notifications incorrectly inherit read status from post/topic
+- [PHPBB3-12036] - Module Management items have 2 move down buttons and no up
+- [PHPBB3-12038] - Move up/down buttons are not AJAXified in various ACP pages.
+- [PHPBB3-12040] - ACP tabs flicker when AJAX background appears
+- [PHPBB3-12042] - Several strings of plupload are not being translated
+- [PHPBB3-12045] - Several HTML markup issues in adm/style/acp_prune_users.html
+- [PHPBB3-12049] - PLUPLOAD_ERR_UPLOAD_LIMIT should be using plurals
+- [PHPBB3-12050] - phpbb_notification_submit_post_base should be abstract
+- [PHPBB3-12055] - ACP BBCodes/Smilies Row Color Changes Needed After AJAX operations
+- [PHPBB3-12058] - Updating database fails in migration v310/avatar_types.php
+- [PHPBB3-12059] - ACP INCLUDECSS not working, missing {$STYLESHEETS}
+- [PHPBB3-12062] - INCLUDEJS broken for extension events in the ACP
+- [PHPBB3-12063] - <tr> tags use invalid valign attribute
+- [PHPBB3-12077] - General Error thrown when submitting ACP language pack editor
+- [PHPBB3-12079] - request.untrimmed_variable() $multibyte param does not have default value
+- [PHPBB3-12091] - Plupload - File upload does not work in Internet Explorer 11
+- [PHPBB3-12092] - Plupload - File info missing for several uploaded files
+- [PHPBB3-12095] - IE11 JavaScript plupload error
+- [PHPBB3-12096] - Not using plurals correctly in search.php MAX_NUM_SEARCH_KEYWORDS_REFINE
+- [PHPBB3-12100] - ACP Template files not purged during Extension Enable/Disable
+- [PHPBB3-12107] - Log table name is hard-coded in log.get_logs()
+- [PHPBB3-12110] - Update Plupload to 2.1.1
+- [PHPBB3-12123] - No category specified for soft-delete permission
+- [PHPBB3-12124] - Plupload broken on IE8
+- [PHPBB3-12125] - Topic rows are missing background in IE8
+- [PHPBB3-12131] - prosilver viewtopic print view has invalid imageset var
+- [PHPBB3-12140] - Avoid endless loop in build script
+- [PHPBB3-12141] - Travis tests fail on 5.5
+- [PHPBB3-12151] - Class 'phpbb\profilefields\profilefields' not found
+- [PHPBB3-12154] - DB Schema not built with develop script
+- [PHPBB3-12156] - Passwords Manager ~ Bug with OAuth
+- [PHPBB3-12159] - Fix code sniffer complaints after profilefields and passwords merge
+- [PHPBB3-12161] - build/save directories are no longer created
+- [PHPBB3-12162] - Binary files missing from update packages
+- [PHPBB3-12163] - Page number in viewtopic page title is incorrect
+
+Improvement
+
+- [PHPBB3-10910] - function build_cfg_template() allow $size for $tpl_type = select
+- [PHPBB3-11346] - Do not show "Mark topics as read" when there are no topics
+- [PHPBB3-11849] - Move pagination from functions.php into class
+- [PHPBB3-11950] - Add 'I forgot my password' link to index page login form
+- [PHPBB3-11961] - Plupload is not updating uploaded files panel
+- [PHPBB3-11966] - Add Template Event overall_header_navigation_prepend/append to Subsilver2
+- [PHPBB3-11969] - Link topic title to unread post instead of first post
+- [PHPBB3-11979] - Add basic dropdown menu framework to prosilver
+- [PHPBB3-12005] - Remove code responsible for PM popup completely
+- [PHPBB3-12010] - Navbar icons should be clickable
+- [PHPBB3-12014] - Add template event "index_body_forumlist_before"
+- [PHPBB3-12024] - Add Template Event overall_header_content_before and overall_footer_content_after
+- [PHPBB3-12034] - AJAXify notifications popup
+- [PHPBB3-12054] - Improve Index Body Template Events
+- [PHPBB3-12060] - Add BBCode system core and template events
+- [PHPBB3-12069] - Add PHP event core.submit_post_modify_return_url in submit_post()
+- [PHPBB3-12104] - Shadowtopics SQL used in core event should use the SQL builder
+- [PHPBB3-12135] - editor.js function bbfontstyle()
+- [PHPBB3-12146] - Add color demo when editing a group from the UCP
+
+New Feature
+
+Sub-task
+
+- [PHPBB3-11241] - Improve user interface for mass attachment downloader (all posts, all topics)
+- [PHPBB3-12111] - Extract profile field types to individual classes
+
+Task
+
+- [PHPBB3-11432] - Travis should complain when CRLF files are added.
+- [PHPBB3-11509] - Travis should check commit message format
+- [PHPBB3-11985] - Enable APC module on Travis to run APC Cache tests
+- [PHPBB3-12064] - Remove obsolete viewsource.html from adm/style folder
+- [PHPBB3-12147] - Remove Travis CI notification configuration
+
+
1.ii. Changes since 3.1.0-a1
Bug