diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 59621ce429..c3b242cca9 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
- Changelog
+ - Changes since 3.3.2
- Changes since 3.3.1
- Changes since 3.3.1-RC1
- Changes since 3.3.0
@@ -153,6 +154,54 @@
+
Changes since 3.3.2
+
Bug
+
+ - [PHPBB3-16178] - Container_builder and Container don't use the same cache_dir when cache dir is overridden via env parameter
+ - [PHPBB3-16535] - Migration from phpBB 2.0.x broken with MySQL 8.x
+ - [PHPBB3-16582] - SQL error when saving profile with empty custom field of type "Numbers"
+ - [PHPBB3-16619] - Spelling on non-existant
+ - [PHPBB3-16629] - ACP get_database_size() fails on MySql 8.0.xx
+ - [PHPBB3-16630] - Preserve the text manipulation API
+ - [PHPBB3-16640] - MCP link not showing in menubar
+ - [PHPBB3-16641] - Failure in config.php validation in ACP (Windows) - PHP 8
+ - [PHPBB3-16646] - PHP fatal error while installing
+ - [PHPBB3-16648] - "Access to undeclared static property" error on setExpectedTriggerError() tests
+ - [PHPBB3-16653] - Recaptcha v3 - Request method is set even though that default isn't actually available
+ - [PHPBB3-16656] - Outdated check in code for mbstring http_input & output
+ - [PHPBB3-16665] - Fix Emoji for strings in board settings + new event
+ - [PHPBB3-16666] - Windows tests in github actions can't write file in postgres
+ - [PHPBB3-16667] - Remove unused create_schema install task
+ - [PHPBB3-16670] - OAuth provider unique secret and key check fails on PHP 8
+ - [PHPBB3-16673] - Invalid Atom feed
+ - [PHPBB3-16677] - Event handlers inside dropdown containers not working in mobile view
+ - [PHPBB3-16679] - Login form should respect setting for "Allow password reset"
+
+
Improvement
+
+ - [PHPBB3-15722] - Allow forum topicrow pagination to use topicrow values
+ - [PHPBB3-16538] - Add MySQL 8 tests
+ - [PHPBB3-16549] - Use PHPUnit 9.3+ for PHP 8.0+ tests
+ - [PHPBB3-16606] - UCP_PM_VIEWMESSAGE.HTML Event Request
+ - [PHPBB3-16607] - Oracle DBAL driver uses obsoleted PHP OCI8 aliases and functions
+ - [PHPBB3-16617] - Add events to modify content status variables
+ - [PHPBB3-16632] - Update composer to version 2
+ - [PHPBB3-16636] - Add PHP 8.0 builds to TravisCI
+ - [PHPBB3-16659] - Use Github Actions instead of TravisCI and AppVeyor
+ - [PHPBB3-16661] - Clean up github actions tasks after merge
+ - [PHPBB3-16675] - Restore checking commit messages
+ - [PHPBB3-16676] - Make Github actions cache composer dependendencies
+ - [PHPBB3-16678] - Add support for Traits in code sniffer
+
+
New Feature
+
+ - [PHPBB3-15951] - Add core events to core.mcp_delete_topic_modify_*
+
+
Task
+
+ - [PHPBB3-16633] - Update pull request template after end of life of 3.2
+
+
Changes since 3.3.1
Bug