diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index b2690a9b93..cd35396f8c 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -104,6 +104,84 @@
1.i. Changes since 3.1.1
+ Security
+
+ - [SECURITY-171] - Version helper does not properly escape version info
+ - [SECURITY-169] - AJAX request with unexpected referrer causes infinite loop
+
+
+ Bug
+
+ - [PHPBB3-10442] - XHTML is invalid when a forum link without redirect counter is present
+ - [PHPBB3-10744] - Prevent user from installing styles with reserved directory names
+ - [PHPBB3-11863] - User registration settings show incorrectly as disabled when board-wide emails are disabled
+ - [PHPBB3-12703] - Notification System sends exact same SQL query multiple times
+ - [PHPBB3-13083] - Language correction in NO_ENTRIES in acp_logs
+ - [PHPBB3-13100] - Don't display "delete reason" dialog for shadow-topics
+ - [PHPBB3-13193] - Post counts in Private Messages should link to the user's posts
+ - [PHPBB3-13197] - Group Avatar not deleted from users
+ - [PHPBB3-13204] - Login flood control error supresses incorrect credential error
+ - [PHPBB3-13209] - Boolean (Yes/No) custom profile field doesn't show given name
+ - [PHPBB3-13216] - Datetime tests fail randomly
+ - [PHPBB3-13228] - "Code: Select all" font-size too big in Private Messages
+ - [PHPBB3-13239] - Can“t upload Attachments on iOS
+ - [PHPBB3-13241] - Topics are being duplicated in multipage forums
+ - [PHPBB3-13242] - Validation error in Contact a Board Administrator
+ - [PHPBB3-13243] - Debug error when clicking Re-check all versions on ACP manage extensions page
+ - [PHPBB3-13251] - Database password containing special characters no longer accepted after upgrade to 3.1.0
+ - [PHPBB3-13253] - MCP queue link in active topics search is missing
+ - [PHPBB3-13265] - "Edit profile" link on view-own-profile page should only show if user has permission to edit
+ - [PHPBB3-13270] - Upgrading from 3.0.12 to 3.1.1 does not display moderator soft delete permissions
+ - [PHPBB3-13277] - Move Up & Down does not take work in Internet Explorer
+ - [PHPBB3-13280] - $user->page['page'] - is invalid resulting in confirm_box() not working correctly
+ - [PHPBB3-13284] - Message body not included in email topic message
+ - [PHPBB3-13298] - Use mysql_free_result to free result sets which were requested using mysql_query()
+ - [PHPBB3-13300] - Jabber field still shown in profile when feature is disabled
+ - [PHPBB3-13301] - Apache Authentication is probably broken
+ - [PHPBB3-13303] - Migrator caught in loop calculating dependencies
+ - [PHPBB3-13315] - Upgrade from 3.0.12 to 3.1.1 resets CAPTCHA selection
+ - [PHPBB3-13316] - reCAPTCHA does not work on secured connection
+ - [PHPBB3-13318] - login_username doesn't have multibyte parameter set to true
+ - [PHPBB3-13323] - posting.php can pass invalid auth option to acl_get()
+ - [PHPBB3-13332] - Insufficient information passed to password drivers for converted boards
+ - [PHPBB3-13337] - Mark subforums read triggers error if subforums contain no topics
+ - [PHPBB3-13338] - Some tests fail when run on their own
+ - [PHPBB3-13342] - 310/captcha_plugins migration changes recaptcha to nogd
+ - [PHPBB3-13349] - Incorrect entities used for breadcrumb separator in CSS
+ - [PHPBB3-13354] - Unknown column 'topic_logs' in 'where clause' when deleting topic log in MCP
+
+
+ Improvement
+
+ - [PHPBB3-12681] - Cache the compiled routes and dump the url_generator
+ - [PHPBB3-12885] - Wrong index page title when using Board Index text
+ - [PHPBB3-13023] - [event] - Add Event posting_editor_buttons_custom_tags_before
+ - [PHPBB3-13133] - Allow @vendor_extname in INCLUDECSS
+ - [PHPBB3-13182] - [event] - Add posting.php core event to allow modifying the message before parsing
+ - [PHPBB3-13220] - [event] - Add template events to memberlist_search.html
+ - [PHPBB3-13290] - [event] - Add template event index_body_forumlist_body_after
+ - [PHPBB3-13294] - [event] - Add message_parser.php core event for additional message handling before parsing
+ - [PHPBB3-13297] - Add unicode modifier to url/email regular expression patterns
+ - [PHPBB3-13309] - [event] - Add ACP template event acp_email_options_after
+ - [PHPBB3-13310] - [event] - Add core event core.acp_email_modify_sql
+ - [PHPBB3-13326] - Add viewtopic_url variable to a viewtopic event
+ - [PHPBB3-13328] - [event] - Add event core.mcp_view_forum_modify_sql
+ - [PHPBB3-13347] - [event] - Add new template events to acp_forums.html
+
+
+ New Feature
+
+ - [PHPBB3-12962] - Use phantomjs and webdriver for UI testing
+
+
+ Task
+
+ - [PHPBB3-13324] - Composer no longer downloads sami/sami and fabpot/goutte
+ - [PHPBB3-13325] - Make installing dependencies for tests more user friendly or optional
+ - [PHPBB3-13331] - Sami run as part of phing MUST NOT switch branches
+
+
+
1.ii. Changes since 3.1.0
Security