diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 50775ddaaa..8499431f83 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -93,6 +93,72 @@
1.i. Changes since 3.1.0-b1
+ Bug
+
+ - [PHPBB3-8309] - Rename "Last visited" to "Last activity" on memberlist/viewprofile
+ - [PHPBB3-9040] - Count HTML entities as single characters in Custom Profile fields
+ - [PHPBB3-9725] - MSSQL Schema is not azure compatible
+ - [PHPBB3-10769] - "ACP Access Denied" view includes ajax parts
+ - [PHPBB3-11071] - User selection of an invalid style causes a general error
+ - [PHPBB3-11357] - Invalid markup in installer
+ - [PHPBB3-11959] - List of users in notifications should be trimmed
+ - [PHPBB3-12031] - Bug language Notification list should trim users
+ - [PHPBB3-12127] - Possible NOTIFICATION_QUOTE_TRIMMED miswording
+ - [PHPBB3-12160] - Convert Page throws "invalid dbms driver" when no phpBB installation is present
+ - [PHPBB3-12257] - MySQL Fulltext Tests are not run on Travis CI
+ - [PHPBB3-12281] - Disable redis in travis setup on develop until redis fixes it
+ - [PHPBB3-12292] - Buttons are mis-matched, unaligned in ACP Style Details
+ - [PHPBB3-12293] - Core event listeners not working in log.php
+ - [PHPBB3-12294] - phpbb_ in profile fields column names is incorrectly replaced with the table prefix
+ - [PHPBB3-12297] - user_from column not deleted on update to b1
+ - [PHPBB3-12310] - SMTP username and password should not autocomplete during install
+ - [PHPBB3-12311] - Metadata Manager should require license instead of licence
+ - [PHPBB3-12314] - HHVM SPL autoloader sometimes passes class name with leading backslash
+ - [PHPBB3-12315] - NO_SEARCH_INDEX in language/en/acp/common.php uses invalid HTML
+ - [PHPBB3-12316] - develop-ascraeus build status missing from "Automated Testing" section in README.md
+ - [PHPBB3-12317] - Some notification tests fail on DBMS drivers using appropriate integer typing (MSSQL, Sqlite3, also MySQL on HHVM)
+ - [PHPBB3-12321] - Remove execute bit from file ucp_main_subscribed.html and buttons.png in prosilver
+ - [PHPBB3-12324] - Can not update from b1 to b2 because of missing install/update/new/config/ folder
+ - [PHPBB3-12326] - Error while updating from b1 to b2 because of incomplete update files
+ - [PHPBB3-12330] - Installation fails on MSSQL
+
+ Improvement
+
+ - [PHPBB3-10174] - Rename "Ban usernames" to "Ban users" in ACP
+ - [PHPBB3-10590] - Skip confirmation page after successful posting of an approved post
+ - [PHPBB3-11169] - Move prune users from security to users category
+ - [PHPBB3-11230] - Use @inheritdoc in docblocks in cache drivers
+ - [PHPBB3-11239] - Include username before the Overview title.
+ - [PHPBB3-11336] - Rename mode parameter from "leaders" to something more accurate for the "The team" page
+ - [PHPBB3-11360] - page_header() argument "display_online_list" should be FALSE by default
+ - [PHPBB3-11666] - POST_DELETED should refer to posts instead of messages
+ - [PHPBB3-12035] - Add a link to user's posts in the ACP user overview page
+ - [PHPBB3-12198] - Unused ERR_TEMPLATE_EVENT_* language strings in en/common.php
+ - [PHPBB3-12268] - Extension finder should not crawl through .git/ of extensions
+ - [PHPBB3-12269] - Delete "mods" folder from the language folder
+ - [PHPBB3-12274] - Updater is using old version of adm/style/admin.css
+ - [PHPBB3-12276] - Expand core.memberlist_view_profile event to include Zebra state
+ - [PHPBB3-12278] - Add mcp.php core event to allow setting display options for custom MCP modules
+ - [PHPBB3-12284] - Make Extension Details page more readable
+ - [PHPBB3-12289] - Add viewtopic_body.html template event to allow custom post notices
+ - [PHPBB3-12300] - Revert and Reimagine Link to last read posts
+ - [PHPBB3-12304] - Add CSS class to rules-link container
+ - [PHPBB3-12308] - Add Template Event forumlist_body_last_row_after
+ - [PHPBB3-12309] - Add Template Event quickreply_editor_panel_before/after
+
+ New Feature
+
+ - [PHPBB3-7580] - Allow isset() check in IF template syntax
+ - [PHPBB3-12298] - Template Event memberlist_view_contact_before/after
+ - [PHPBB3-12301] - Template Event overall_header_body_before
+
+ Task
+
+
1.ii. Changes since 3.1.0-a3
Bug