diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 33faa961a1..45300c4986 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
- Changelog
+ - Changes since 3.2.9-RC1
- Changes since 3.2.8
- Changes since 3.2.8-RC1
- Changes since 3.2.7
@@ -141,6 +142,30 @@
+
Changes since 3.2.9-RC1
+
Bug
+
+ - [PHPBB3-15592] - "Place inline" button appears when BBcode is disabled (Post settings)
+ - [PHPBB3-16269] - Sphinx backend indexes HTML markup as keywords
+ - [PHPBB3-16282] - Default jQuery CDN URL is outdated on new installs
+
+
Improvement
+
+ - [PHPBB3-16271] - Add support for 3.3.x API documentation
+ - [PHPBB3-16279] - Add permission for Emojii in topic title
+
+
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.2.8
Bug