diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 3f42cefefb..8bb87f26bb 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -176,7 +176,7 @@
-
Changes since 3.3.15
+
Changes since 3.3.x
Bug
- [PHPBB-11449] - Get rid of recursive calls in class phpbb_notification_manager
@@ -326,6 +326,10 @@
- [PHPBB-17529] - Installer timeout if config.php doesn't exist
- [PHPBB-17533] - Reverting migrations may cause restoring incorrect data and throw "module exists" exceptions
- [PHPBB-17537] - Caching of extensions autoloader ConfigCache not working
+ - [PHPBB-17546] - Schema generator CLI does not work
+ - [PHPBB-17547] - Login fails after multiple failed attempts due to incorrect Captcha enum value passed to init()
+ - [PHPBB-17548] - Updating to phpBB4 with files missing is giving a error
+ - [PHPBB-17549] - British English language pack has wrong license definition in composer.json
Epic
@@ -513,6 +517,7 @@
- [PHPBB-17513] - Web push notifications on Safari stop after 3 pushes
- [PHPBB-17530] - Use Doctrine driver middleware instead of 'platform' parameter
- [PHPBB-17535] - Upgrade PHPUnit to version 10
+ - [PHPBB-17538] - Terms and Policy wording improvements
- [PHPBB-17540] - Update windows runners and limit amount of runners on GitHub Actions
- [PHPBB-17542] - Test Framework can be exited unexpectedly
@@ -608,6 +613,7 @@
[PHPBB-17516] - Remove dependency on CHItA/TopologicalSort
[PHPBB-17517] - Make proper use of eslint
[PHPBB-17543] - Update composer and dependencies
+
[PHPBB-17544] - Support Codespaces on master
Changes since 3.3.15-RC1