diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 1f9f36fef1..266a65a9c0 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
- Changelog
+ - Changes since 3.2.0
- Changes since 3.2.0-RC1
- Changes since 3.2.0-b2
- Changes since 3.2.0-b1
@@ -125,6 +126,113 @@
+
Changes since 3.2.0
+
Bug
+
+ - [PHPBB3-7336] - Words in new topic title aren't found by search after topic is split
+ - [PHPBB3-11076] - Update notification in ACP for minimum PHP version missing essential information
+ - [PHPBB3-11611] - setup_github_network.php no longer creates a repository
+ - [PHPBB3-13250] - File cache does not write entries starting with _ and containing a slash
+ - [PHPBB3-14732] - Update/remove PHP Code syntax highlighting references
+ - [PHPBB3-14790] - Nested color/list BBCode is not parsed correctly
+ - [PHPBB3-14938] - Inconsistent data results from ext_mgr->all_available() vs ext_mgr->is_available()
+ - [PHPBB3-14967] - Cookie Notice
+ - [PHPBB3-14971] - PHP 7.1 warning on pagination
+ - [PHPBB3-14975] - incorrect RTL style appearance
+ - [PHPBB3-14984] - wrong arrow direction in PM inbox
+ - [PHPBB3-14985] - Plain text is stored as HTML and not decoded before usage
+ - [PHPBB3-14989] - url bbcode does not support irc protocol
+ - [PHPBB3-14992] - User notifications table allowing duplicate entries
+ - [PHPBB3-14999] - Next PM icon pointing in wrong direction
+ - [PHPBB3-15002] - Topic icons not showing in search results
+ - [PHPBB3-15003] - When using mark all, disabled check boxes should not become checked
+ - [PHPBB3-15006] - Permission inheritance with checkbox not working
+ - [PHPBB3-15008] - Disable emoji when smilies are disabled
+ - [PHPBB3-15010] - Crash on user profile custom field
+ - [PHPBB3-15011] - Error not checked on metadata load failure
+ - [PHPBB3-15012] - Invalid constructor in FTP file updater
+ - [PHPBB3-15015] - phpbb 3.2.0 install error in the board-wide emails description...
+ - [PHPBB3-15016] - Smilies that contain some characters cause an exception to be thrown
+ - [PHPBB3-15023] - Undo and properly fix post row paging
+ - [PHPBB3-15025] - Use SSL in version check for extension
+ - [PHPBB3-15035] - Add phpinfo.php to 3.2.x install directory
+ - [PHPBB3-15036] - Failure at board setup in functional tests with install_config present
+ - [PHPBB3-15044] - Installation does not create search index
+ - [PHPBB3-15047] - Error migrating from 3.0.12 to 3.2. MS SQL Server
+ - [PHPBB3-15050] - Updater incorrectly adds files when new file already exists
+ - [PHPBB3-15056] - Mark forums read does not update subforum icons
+ - [PHPBB3-15058] - At new feature release phpBB's CSS files should carry information for cache busting
+ - [PHPBB3-15062] - Update to Rhea version number the CSS files
+ - [PHPBB3-15079] - MySql Error when saving draft with Emoji
+ - [PHPBB3-15083] - emoji's not always size constrained
+ - [PHPBB3-15084] - Wrong order of breadcrumbs in module management
+ - [PHPBB3-15090] - Missing acp_send_statistics -> Upgrading to 3.2.0 fails for phpBBs < 3.0.6-rc1
+ - [PHPBB3-15102] - Missing parameter calling version_check
+ - [PHPBB3-15103] - JPEG dimensions undetectable when JFIF header is missing
+ - [PHPBB3-15118] - HTML error/typo in jumpbox.html
+ - [PHPBB3-15124] - Navbar icon titles don't get hidden in responsive view
+ - [PHPBB3-15126] - Incorrect links with clever quotes
+ - [PHPBB3-15135] - Undefined $user in metadata manager
+ - [PHPBB3-15137] - Global Announcements shouldn't always be never ending
+ - [PHPBB3-15150] - Yabber SSL/TLS certification
+ - [PHPBB3-15152] - Update Font Awesome
+ - [PHPBB3-15158] - Facebook OAuth login results in fatal error
+ - [PHPBB3-15163] - Braces in smilies "emotion" are not treated as literals
+ - [PHPBB3-15173] - Resizing the posting editor's text area lags
+ - [PHPBB3-15180] - Container broken because of template.twig.environment changes
+ - [PHPBB3-15186] - The force_delete_allowed flag does not affect actual posts deletion ability
+ - [PHPBB3-15187] - ACP Template files not purged during Extension Enable
+ - [PHPBB3-15198] - Fix phpBB and PHP version info displayed in the ACP
+ - [PHPBB3-15202] - Should not be possible to disable available extensions
+ - [PHPBB3-15212] - Code box has double horizontal scrollbars
+ - [PHPBB3-15217] - Allow extension to overwrite user::format_date()
+ - [PHPBB3-15221] - missing commas in language/en/install.php
+ - [PHPBB3-15222] - Typo in generate_text_for_display_test.php
+ - [PHPBB3-15243] - Check permissions before installing with SQLite
+ - [PHPBB3-15246] - Memcache driver incorrectly handles Unix sockets
+ - [PHPBB3-15248] - Event core.modify_posting_auth does not honor its parameters
+ - [PHPBB3-15252] - Wrapping poll title and options text by extra <t> tags if edited a topic by user having no f_poll permission
+
+
Improvement
+
+ - [PHPBB3-13603] - New event upon index_body_online_block_after
+ - [PHPBB3-14557] - Simplify updating overloaded events for extensions
+ - [PHPBB3-14849] - Add ACP extension event
+ - [PHPBB3-14928] - Users will not understand the phrase '"%s" is not a valid stability.'
+ - [PHPBB3-14973] - BC break with the rename of db/tools.php
+ - [PHPBB3-14974] - Cookie notice link not configurable but links to english website
+ - [PHPBB3-15037] - Make imageset retina capable
+ - [PHPBB3-15068] - Add ability to retrieve template vars from the template object
+ - [PHPBB3-15097] - Board statistics page should show PHP version
+ - [PHPBB3-15123] - Check if extension was enabled/disabled before enable or disable
+ - [PHPBB3-15142] - Extension Version Check Should Support Branches
+ - [PHPBB3-15157] - Fix lack of proper font support
+ - [PHPBB3-15176] - Add setting for the maximum number of posts a user must have to have his activity shown in profile
+ - [PHPBB3-15199] - Add core event to the function send() in the messenger
+ - [PHPBB3-15200] - Allow extensions using custom templates for help/faq controllers
+ - [PHPBB3-15205] - Add template events to forumlist_body.html
+ - [PHPBB3-15219] - Add cron to update passwords hashes to bcrypt
+ - [PHPBB3-15226] - Add index for latest topics query in feeds
+ - [PHPBB3-15227] - Remove unused code in startup
+ - [PHPBB3-15237] - Unguarded includes functions_user
+ - [PHPBB3-15238] - Add console command to fix left/right IDs for the forums and modules
+ - [PHPBB3-15241] - Add ACP template event acp_profile_contact_last
+ - [PHPBB3-15250] - Add core event to MCP at the end of merge_posts
+
+
New Feature
+
+ - [PHPBB3-13730] - [PHP] - core.delete_post_end
+ - [PHPBB3-14498] - Not possible to deactivate display of "who is online" and birthdays for guests
+
+
Task
+
+ - [PHPBB3-15040] - Update s9e\TextFormatter to 0.9.1
+ - [PHPBB3-15045] - Fix missing incorrect constructor for user object in version_test
+ - [PHPBB3-15086] - Replace quote.gif with fontawesome icon
+ - [PHPBB3-15125] - Remove the function play_qt_file in forum_fn.js
+ - [PHPBB3-15144] - Bug - MCP Multiple attachments icon display
+
+
Changes since 3.2.0-RC1
Bug