diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 0c9b56d1bf..08804e5ce5 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
- Changelog
+ - Changes since 3.2.x
- Changes since 3.2.8-RC1
- Changes since 3.2.7
- Changes since 3.2.6
@@ -140,6 +141,114 @@
+
Changes since 3.2.x
+
Bug
+
+ - [PHPBB3-14670] - Use latest symfony branch in master
+ - [PHPBB3-14769] - CLI Installer Fails
+ - [PHPBB3-14815] - The facebook page link is not displayed properly in membership.php
+ - [PHPBB3-15255] - Language variables of filesystem exception should moved
+ - [PHPBB3-15351] - Confirm box function does not work with symlink on server config
+ - [PHPBB3-15377] - INCLUDECSS and INCLUDEJS broken on all front controllers (app.php)
+ - [PHPBB3-15400] - app.php urls aren't working in vagrant because of nginx
+ - [PHPBB3-15424] - Fix typos in coding guidelines, comments, events list & credits
+ - [PHPBB3-15436] - Remove folder icons from index
+ - [PHPBB3-15522] - Allow multiple color palettes per page
+ - [PHPBB3-15643] - $phpbb_filesystem->resolve_path() may triggers open_basedir restriction
+ - [PHPBB3-15686] - Update homestead for vagrant
+ - [PHPBB3-15720] - Redirections dont need to escape ampersands
+ - [PHPBB3-15725] - Testing framework fails to install extensions because of outdated assertion
+ - [PHPBB3-15744] - Not all sql querys need to free memory
+ - [PHPBB3-15828] - php 7.3 warning in installing 3.2.3 and installtion failed
+ - [PHPBB3-15846] - Wrong id for downloadable extension group
+ - [PHPBB3-15922] - Remove support for APC cache
+ - [PHPBB3-15935] - Check if APCu is installed before installing it
+ - [PHPBB3-15938] - Static attributes blacklist references no longer existing classes
+ - [PHPBB3-15991] - Tables in ACP are displayed incorrectly
+ - [PHPBB3-16003] - Post count not updated when deleting only post in topic
+ - [PHPBB3-16048] - Unable to restore any backup from ACP
+ - [PHPBB3-16050] - PHP warning in MCP banning tab on PHP 7.2+
+ - [PHPBB3-16057] - Fix vagrant in 3.3
+ - [PHPBB3-16074] - Twemoji -fe0f sequence not rendering
+ - [PHPBB3-16076] - Limit attachment size by extension group
+ - [PHPBB3-16131] - Force vagrant to install phpBB with a specific PHP version
+
+
Improvement
+
+ - [PHPBB3-11515] - Add interface for lock classes and add new methods
+ - [PHPBB3-11838] - OAuth registration from ucp_register
+ - [PHPBB3-12591] - Improve breadcrumb functionality with new "Home page"/"Forum index" link
+ - [PHPBB3-14465] - Remove maximum password length setting
+ - [PHPBB3-14573] - Extend breadcrumb to support more pages
+ - [PHPBB3-14948] - Changes 3.3 PHP requirement to 7.1
+ - [PHPBB3-14972] - PHP 7.2 compatibility: wrong sizeof/count parameter type
+ - [PHPBB3-15088] - Optimize code for extension manager to avoid repetitions
+ - [PHPBB3-15153] - Update laravel/homestead box for vagrant
+ - [PHPBB3-15203] - Missing constants during web installation
+ - [PHPBB3-15257] - Extensions may indicate reasons why they cannot enable
+ - [PHPBB3-15269] - Set development environment and enable all debugs when installing with vagrant
+ - [PHPBB3-15274] - Migration "custom" tool does not allow parameters
+ - [PHPBB3-15295] - Restore MyIsam and mysql environments to test suite
+ - [PHPBB3-15330] - Twig function to know if a language string is defined
+ - [PHPBB3-15413] - Login from any page and redirecting back there
+ - [PHPBB3-15508] - Upgrade Twig to version 2.x
+ - [PHPBB3-15564] - Switch to Invisible reCAPTCHA
+ - [PHPBB3-15580] - Remove extra settings in ACP
+ - [PHPBB3-15610] - Improving UI of Board Statistics in ACP
+ - [PHPBB3-15646] - Add support for Argon2i passwords
+ - [PHPBB3-15663] - Remove flash support in attachments
+ - [PHPBB3-15664] - Manage extensions with ajax
+ - [PHPBB3-15671] - Limit accepted formats to allowed extensions in avatars upload
+ - [PHPBB3-15694] - Add style-related language files into .gitignore
+ - [PHPBB3-15714] - Login after register
+ - [PHPBB3-15718] - Update CONTRIBUTING.md
+ - [PHPBB3-15772] - Hide warning message in acp when install dir is present and allow_install_dir is true
+ - [PHPBB3-15905] - Create multiple twig extensions
+ - [PHPBB3-15940] - Expose user_id to notif method's is_available and add event before it to load user data
+ - [PHPBB3-15987] - Make table parameters an array
+ - [PHPBB3-16016] - Provide a base class to implement password hashing via native functions
+ - [PHPBB3-16017] - Add support for Argon2id password hashing
+ - [PHPBB3-16081] - Remove eAccelerator as its latest supported PHP version is 5.3
+ - [PHPBB3-16082] - Remove XCache as it does not support PHP 7
+ - [PHPBB3-16115] - Add PHP 7.4 builds to travis CI
+ - [PHPBB3-16144] - NO_STYLE_DATA - Provide extra fallback to board's default style for $user.
+ - [PHPBB3-16148] - Add template events to acp_groups.html
+ - [PHPBB3-16159] - Wrap post times in html time tag
+
+
New Feature
+
+ - [PHPBB3-11327] - Implement reset password functionality via form instead of sending password
+
+
Sub-task
+
+
Task
+
+
Changes since 3.2.8-RC1
Bug