diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index cacd1835a0..667e9b9ca3 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -129,6 +129,10 @@
Changes since 3.2.1
+
Security Issue
+
+ - [SECURITY-211] - URLs with javascript scheme should not be made clickable
+
Bug
- [PHPBB3-7845] - Error on posting local image when script path is empty
@@ -191,6 +195,10 @@
- [PHPBB3-15464] - Can't reparse [IMG] - in uppercase
- [PHPBB3-15475] - Restore Travis PR commit message validation
- [PHPBB3-15478] - core.js $loadingIndicator JavaScript errors
+ - [PHPBB3-15489] - Wrong footer text on forum of type "category"
+ - [PHPBB3-15496] - SQL Error in PostgreSQL Fulltext search when results displayed as topics
+ - [PHPBB3-15497] - Declaration of admin_activate_user::create_insert_array not compatible with base
+ - [PHPBB3-15498] - confirm_box() adds duplicate strings to URLs in extensions
Improvement