diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index e23a1bebb1..4d24456e6d 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
- Changelog
+ - Changes since 3.3.0-RC1
- Changes since 3.3.0-b2
- Changes since 3.3.0-b1
- Changes since 3.2.x
@@ -145,6 +146,48 @@
+
Changes since 3.3.0-RC1
+
Bug
+
+ - [PHPBB3-15592] - "Place inline" button appears when BBcode is disabled (Post settings)
+ - [PHPBB3-15902] - Out of range error with Sphinx search
+ - [PHPBB3-16209] - Nginx example configuration file blocks an image in the ACP
+ - [PHPBB3-16230] - Check phrasing of FILESYSTEM_CANNOT_* lang keys
+ - [PHPBB3-16257] - Typo in Email Settings section
+ - [PHPBB3-16260] - Missing check whether the index exists in ACP - PHP 7.4
+ - [PHPBB3-16261] - Missing check whether the index exists in install - PHP 7.4
+ - [PHPBB3-16262] - php 7.3 compact() calls with undefined variables causing error page
+ - [PHPBB3-16263] - Apache auth provider test fails on bamboo
+ - [PHPBB3-16266] - Error on clean install with PHP 7.4
+ - [PHPBB3-16267] - Check whether the index exists in ACP BBcodes - PHP 7.4
+ - [PHPBB3-16273] - Trying to access array offset on value of type bool in Memberlist
+ - [PHPBB3-16274] - compact() calls with undefined variables in search.php
+ - [PHPBB3-16276] - Undefined $mode property in bbcode_firstpass class
+ - [PHPBB3-16278] - Update instructions (INSTALL.html)
+ - [PHPBB3-16281] - Extensions' Tab does not show up automatically
+ - [PHPBB3-16282] - Default jQuery CDN URL is outdated on new installs
+ - [PHPBB3-16285] - Missing sanity checks in migrations for 3.3
+ - [PHPBB3-16287] - At first ACP screen after install, error message regarding statistics submission
+
+
Improvement
+
+
Security
+
+ - [SECURITY-249] - Group avatar overwrite on invalid submit
+ - [SECURITY-250] - Group leader can be tricked into approving user
+
+
Hardening
+
+ - [SECURITY-251] - Unwanted move of PMs to folders
+ - [SECURITY-252] - PMs of unsuspecting users can be marked as important
+ - [SECURITY-253] - PM export without proper validation
+
+
Changes since 3.3.0-b2
Bug