diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 8bd7ac47e0..b1db7b6f36 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -49,6 +49,7 @@
- Changelog
+ - Changes since 3.1.5
- Changes since 3.1.4
- Changes since 3.1.3
- Changes since 3.1.3-RC1
@@ -112,6 +113,94 @@
+
Changes since 3.1.5
+
+
Bug
+
+ - [PHPBB3-10711] - SQL error DUPLICATE for KEY in FORUMS_TRACK_TABLE
+ - [PHPBB3-13711] - disabled accounts receive mails
+ - [PHPBB3-13815] - Event parameters in posting do not affect behavior as expected
+ - [PHPBB3-13903] - Container naming doesn't allow Windows' semicolon
+ - [PHPBB3-13930] - Check for correct spacing between keyword & parenthesis in codesniffer
+ - [PHPBB3-13941] - One test is blocked in an inifinite loop on php 5.5+ and with sqlite3
+ - [PHPBB3-13948] - Only reports top level WHOIS IP for a user in ACP
+ - [PHPBB3-13949] - Replace colon with colon lang key in memberlist search page
+ - [PHPBB3-13951] - Jump to page function does not work since 3.1.5 upgrade
+ - [PHPBB3-13952] - Fulltext Native errors from tidy_search cron task
+ - [PHPBB3-13955] - 3.1.5 not loading CDN resources
+ - [PHPBB3-13962] - Forum dropdown in MCP queue could expand beyond screen size
+ - [PHPBB3-13966] - Change post's author --> error message
+ - [PHPBB3-13967] - BBCode guide - loading phpBB logo image breaks https
+ - [PHPBB3-13980] - Current avatar not removed when uploading with different extension
+ - [PHPBB3-13984] - AJAX Loading Indicator broken
+ - [PHPBB3-14037] - Memberlist profile fields headlines not computed from same way as data
+ - [PHPBB3-14049] - Plupload delete request should use config headers
+ - [PHPBB3-14069] - Incorrect sql_fetchfield call in style_update_p1 migration
+ - [PHPBB3-14077] - Select all code not work in Microsoft Edge
+ - [PHPBB3-14082] - Fix wrong variables in fulltext native search for keyworded results
+ - [PHPBB3-14083] - Fix wrong variables in fulltext mysql search for author search
+ - [PHPBB3-14093] - Hardcoded language in ucp_pm_viewfolder.html
+ - [PHPBB3-14103] - Underline in abbreviations in Firefox 40
+ - [PHPBB3-14104] - Fix missing variable in fulltext native search query for total results for author
+ - [PHPBB3-14115] - Microdata is not valid in prosilver
+
+
Improvement
+
+ - [PHPBB3-11530] - Remove quotes that are too deep automatically
+ - [PHPBB3-12952] - Display HTTP Output along with Status code in case assertion fails in functional tests
+ - [PHPBB3-13598] - Add an option to post a locked topic
+ - [PHPBB3-13786] - Add core events to add MCP post options
+ - [PHPBB3-13818] - Browse Extensions Database link in Extension Manager
+ - [PHPBB3-13843] - Add templates events to insert custom panel-tab into posting editor
+ - [PHPBB3-13863] - [Template] - topiclist_row_append/topiclist_row_prepend in mcp_forum.html
+ - [PHPBB3-13879] - We're using px most places but ems in others
+ - [PHPBB3-13882] - Avatars in notifications should be lazy loaded
+ - [PHPBB3-13899] - Add items to core.search_results_modify_search_title
+ - [PHPBB3-13911] - Add configuration options to profile fields
+ - [PHPBB3-13931] - Wrong order in docs/events.md
+ - [PHPBB3-13968] - [PHP] - core.user_setup_after
+ - [PHPBB3-13971] - Add draft_id variable to event core.posting_modify_template_vars
+ - [PHPBB3-13981] - Events to intercept uploaded avatar deletion
+ - [PHPBB3-13995] - Invalid HTML using Projection Media Type
+ - [PHPBB3-14002] - Add template events before/after user details in ucp_main_front.html
+ - [PHPBB3-14005] - Allow extensions control post buttons displaying
+ - [PHPBB3-14014] - [PHP] - mcp_forum_view_actions
+ - [PHPBB3-14064] - Add template events to ucp_pm_history.html
+ - [PHPBB3-14065] - Add template events to attachment.html
+ - [PHPBB3-14067] - Add template events to overall_header.html around feeds
+ - [PHPBB3-14068] - New events around poll panel in viewtopic
+ - [PHPBB3-14072] - Add core event to the function format_display()
+ - [PHPBB3-14085] - [Template] - posting_topic_title_prepend
+ - [PHPBB3-14086] - [Template] - Add mcp_forum_topic_title_*
+ - [PHPBB3-14090] - [Template] - mcp_topic_topic_title_*
+ - [PHPBB3-14091] - [Template] - mcp_topic_subject_*
+ - [PHPBB3-14101] - Add core event to the download/file.php
+ - [PHPBB3-14116] - sql_affectedrows has no arguments
+
+
New Feature
+
+ - [PHPBB3-12692] - Add a console command to manage the thumbnail
+ - [PHPBB3-13311] - Add php event to acp manage_forums when deleting content
+ - [PHPBB3-13974] - Add php event for altering data when changing a post's poster
+ - [PHPBB3-13997] - [Template] - posting_editor_submit_buttons
+ - [PHPBB3-14006] - [PHP] - core.ucp_register_agreement
+ - [PHPBB3-14041] - [Template] - viewtopic_dropdown_top_custom
+ - [PHPBB3-14042] - [Template] - viewtopic_dropdown_bottom_custom
+ - [PHPBB3-14043] - [PHP] - core.get_avatar_after
+ - [PHPBB3-14087] - Add an event to ucp_activate.php.
+
+
Sub-task
+
+ - [PHPBB3-13694] - Allow modifying the Postgres author search query for results
+
+
Task
+
+
+
Changes since 3.1.4
Bug