diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 47a5100c26..b10d2772a2 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -90,6 +90,80 @@
1.i. Changes since 3.1.0-a1
+Bug
+
+- [PHPBB3-4776] - Long post gets hidden behind posting profile
+- [PHPBB3-10449] - Lines spilling in subscriptions view
+- [PHPBB3-10948] - Color swatch in 3.1 does not display properly
+- [PHPBB3-11030] - I beam cursor in prosilver when hovering on browse button for uploading attachments
+- [PHPBB3-11073] - Reported/Unapproved moderator information in viewtopic is striked through instead of underlined
+- [PHPBB3-11138] - Resync features in ACP should not use AJAX
+- [PHPBB3-11280] - Double clicking "mark topics read" produces an error the second time
+- [PHPBB3-11525] - phpbb_avatar_manager::clean_row collapses user_id and group_id
+- [PHPBB3-11534] - Remote avatar does not properly check if remote file is an image
+- [PHPBB3-11626] - Auth ACP options should be moved to separate html file
+- [PHPBB3-11663] - In generate_text_for_storage the function does not check for errors of parse_message:parse() and act accordingly
+- [PHPBB3-11691] - Soft delete migration conversion should be staggered
+- [PHPBB3-11739] - Wrong name for UCP Module "Edit "Remember Me" login keys"
+- [PHPBB3-11842] - Create a new group Error with avatar driver
+- [PHPBB3-11857] - Avatar manager must not depend on entire container
+- [PHPBB3-11872] - MCP: Users with most warnings list is invalid
+- [PHPBB3-11896] - "Mark all notifications read" does not work
+- [PHPBB3-11899] - New ajax poll vote should give feedback while waiting for servers response
+- [PHPBB3-11916] - Remove files from hidden attach list after deletion
+- [PHPBB3-11922] - Migrator fails to remove columns on MSSQL when they have/had an index
+- [PHPBB3-11923] - UCP avatar error when user has no permissions to change his/her avatar
+- [PHPBB3-11924] - Add a script to export the events in wiki format
+- [PHPBB3-11926] - Plupload Migration has a broken dependency.
+- [PHPBB3-11927] - Missing Files after 3.1.0-A1 Automatic Updater
+- [PHPBB3-11930] - Avatar paths are incorrect when using app.php
+- [PHPBB3-11935] - Invalid HTML in "Sort By" form elements in Prosilver
+- [PHPBB3-11936] - Fixes to Notifications Window
+- [PHPBB3-11939] - Quick reply editor has unnecessary data-ajax attribute
+- [PHPBB3-11943] - $VAR = false has unexpected result
+- [PHPBB3-11945] - Focused buttons are hard to notice
+- [PHPBB3-11947] - Notification popup does not appear when clicking number in text
+- [PHPBB3-11948] - Extensions should be allowed to have more then 1 routing file
+- [PHPBB3-11949] - cannot upgrade to 3.1
+- [PHPBB3-11960] - Responsive design removed teampage names
+- [PHPBB3-11972] - Add template event posting_editor_subject_after
+- [PHPBB3-11977] - Ajax delete should disable moving options
+- [PHPBB3-11982] - Navigation is shown above AJAX background in ACP
+- [PHPBB3-11983] - Subscriptions argument missing from docblock in ucp_notifications
+- [PHPBB3-11986] - Undefined index: poster_id in file.php
+- [PHPBB3-11987] - {ROOT_PATH} in ACP leads to adm/
+- [PHPBB3-11990] - Remove result_mssqlnative from acp_database
+- [PHPBB3-11991] - PHP notices when closing reported posts entries in MCP
+- [PHPBB3-11992] - Wrong variable to close "Users with most warnings" block at MCP
+- [PHPBB3-11994] - Admin options for extensions are bad/misleading
+- [PHPBB3-11995] - Reverting a config.remove fails
+- [PHPBB3-12002] - Extension management page should use generate/check link hash
+- [PHPBB3-12007] - Default last_result of callable steps must be integer instead of false
+- [PHPBB3-12008] - "Prune notifications" cron task always ran, blocking others
+- [PHPBB3-12016] - Event listeners should be services
+- [PHPBB3-12017] - Extension tests are broken on current develop
+- [PHPBB3-12018] - Use path_helper for admin style CSS in sql report
+- [PHPBB3-12023] - New css files missing after update
+
+Improvement
+
+- [PHPBB3-11552] - Responsive design for prosilver
+- [PHPBB3-11746] - Add "account activation required" notification for Administrators
+- [PHPBB3-11921] - Improve Notifications and PMs in the header
+- [PHPBB3-11928] - Replace AJAX loading info pop up with animation
+- [PHPBB3-11957] - Responsive design for admin control panel
+- [PHPBB3-11973] - Remove logic from language files where possible
+- [PHPBB3-11974] - All timezones should be translatable
+- [PHPBB3-11975] - Add ACP link next to MCP
+
+Task
+
+
1.ii. Changes since 3.0.x
Bug