diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 3d58daa038..7b46129c6c 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -97,7 +97,95 @@
-
1.i. Changes since 3.1.0-RC3
+
1.i. Changes since 3.1.0-RC3
+
+
Bug
+
+ - [PHPBB3-10472] - ACP "add multiple smilies" page is unusable on 1024x768 resolution
+ - [PHPBB3-11909] - phpbb/db/migrator::load_migrations is never called
+ - [PHPBB3-12258] - Add attachment: error alert popup on "empty.png" does not show up
+ - [PHPBB3-12506] - Long post titles bump the username down an extra row beneath the edit/quote/delete buttons
+ - [PHPBB3-12658] - Add tests for config:* cli commands
+ - [PHPBB3-12661] - Extensions templates not loaded from "all" by helper/render()
+ - [PHPBB3-12734] - Custom profile manager should not suppress errors when inserting user rows
+ - [PHPBB3-12765] - acp_profile.php should use db/tools
+ - [PHPBB3-12852] - \phpbb\path_helper get_url_parts does not handle get variable with no value
+ - [PHPBB3-12856] - plupload images are not integrated into style-path
+ - [PHPBB3-12862] - Smiley and Whos Onlike pop-up boxes are making styling difficult
+ - [PHPBB3-12949] - Undefined function mime_content_type()
+ - [PHPBB3-12966] - Undefined sorting of posts with same post_time on postgres
+ - [PHPBB3-12975] - Catchable fatal error after update to RC3
+ - [PHPBB3-12976] - Pagination of UCP manage attachments page in prosilver does not support plural forms
+ - [PHPBB3-12983] - UCP preferences, Display posts ordering by: input is not properly validated
+ - [PHPBB3-12984] - Index page: blank line when no forum description shown
+ - [PHPBB3-12986] - Wrong functions call order breaks detection of common words in search
+ - [PHPBB3-12990] - The prefix for the notification's services is harcoded
+ - [PHPBB3-12996] - tests/lock/flock_test.php should use microtime() instead of time()
+ - [PHPBB3-12998] - Undefined $lang in mcp_warn.php::add_warning()
+ - [PHPBB3-13004] - Topic tools button is displayed even if dropdown is empty
+ - [PHPBB3-13008] - Importing a resource in routing.yml breaks download/file.php and ACP
+ - [PHPBB3-13009] - Cleanup Tweaks CSS, Remove outdated browser support
+ - [PHPBB3-13018] - Key binding on AJAX popups are not unbound upon close/cancel
+ - [PHPBB3-13019] - Don't display "Soft delete reason" dialog when moderator cannot soft-delete
+ - [PHPBB3-13022] - "Return to advanced search" wrong assumption
+ - [PHPBB3-13031] - Impossible to properly upload image if no proper mimetype guessers enabled
+ - [PHPBB3-13035] - Empty meta tags in header
+ - [PHPBB3-13040] - W3C validator warning in overral_footer.html
+ - [PHPBB3-13042] - Unused var in login_box()
+ - [PHPBB3-13044] - Expires header violates RFC 2616
+ - [PHPBB3-13046] - In download/avatar we don't load the vendors added by the extensions
+ - [PHPBB3-13050] - Allow topic/forum subscription when email and jabber are off
+ - [PHPBB3-13051] - Fix broken viewonline core event
+ - [PHPBB3-13052] - Remove additional parameters from check_form_key()
+ - [PHPBB3-13057] - Fatal error on previous page link after closing a report
+ - [PHPBB3-13065] - Unknown column 'user_pass_convert' in 'field list' [code] - => 1054
+ - [PHPBB3-13068] - Language correction in FIELD_IS_CONTACT_EXPLAIN
+ - [PHPBB3-13069] - Timezone selector does not filter locations on change
+
+
Improvement
+
+ - [PHPBB3-12416] - WhoIs Pop Up Page Details
+ - [PHPBB3-12598] - Improve action-bar search box styling
+ - [PHPBB3-12653] - Caches the informations about the listeners to be able to not load them everytime
+ - [PHPBB3-12900] - 3.1.0 avatar scaling
+ - [PHPBB3-12943] - Add core.phpbb_generate_debug_output core event
+ - [PHPBB3-12961] - Add link in anti-spam ACP page which links directly to captchas in titania
+ - [PHPBB3-12969] - Add template event around the find username link on composing pm
+ - [PHPBB3-12982] - JS in 3.1 is nasty
+ - [PHPBB3-12989] - Remove unused "created_by.jpg" from prosilver
+ - [PHPBB3-12991] - Have events after/before "add warning" field - user and post
+ - [PHPBB3-12994] - Add core event to viewtopic.php before sending vars to template
+ - [PHPBB3-13003] - Missing language keys in command "extension:show"
+ - [PHPBB3-13005] - Add core event to display_forums() to modify category template data
+ - [PHPBB3-13006] - Add variables to the 'core.modify_quickmod_actions' event
+ - [PHPBB3-13010] - phpbb_get_avatar() incorrectly refers to \phpbb\avatar\driver\driver::clean_row()
+ - [PHPBB3-13020] - Add var to core.viewforum_get_topic_data event to allow modifying forum template data
+ - [PHPBB3-13024] - Template event viewtopic_body_postrow_post_content_footer
+ - [PHPBB3-13026] - Add template vars array to core.viewonline_overwrite_location to allow modifying/adding template vars
+ - [PHPBB3-13034] - Add ability to access extensions outside the phpBB root
+ - [PHPBB3-13036] - Controller helper route method should be able to generate absolute URL's
+ - [PHPBB3-13038] - Link user post tally to their posts
+ - [PHPBB3-13047] - Add $post_list array to core.viewtopic_modify_page_title core event
+ - [PHPBB3-13056] - Move the arguments of the request class to the DI
+ - [PHPBB3-13058] - The "jump to page" input does not have a min attribute.
+ - [PHPBB3-13061] - Use a compiler pass to replace the service event.subscriber_loader
+ - [PHPBB3-13062] - Add viewforum.php core event to allow modifying sql query to select topic ids
+ - [PHPBB3-13066] - Add common search results core event to modify search title
+
+
New Feature
+
+
Sub-task
+
+ - [PHPBB3-12928] - [Event] - core.mcp_reports_gather_query_before
+
+
Task
+
+
1.ii. Changes since 3.1.0-RC2