diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index b2e8ead497..c365b70b9f 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -76,7 +76,17 @@ p,ul,td {font-size:10pt;}
[Fix] Better handling of short usernames within the search (bug #105)
[Fix] Workaround for an issue in either PHP or MSSQL resulting in a space being returned instead of an empty string (bug #830)
[Fix] Correct use of default_style config value (Bug #861)
+[Fix] Replace unneeded unset calls in admin_db_utilities.php - vanderaj
+[Fix] Improved error handling in modcp.php
+[Fix] Improved handling of forums to which the user does not have any explicit permissions - vanderaj
+[Fix] Assorted fixes and cleanup of admin_ranks.php, now requires confirmation of deletions
+[Fix] Assorted fixes and cleanup of admin_words.php, now requires confirmation of deletions
+[Fix] Addition and editing of smilies can no longer be performed via GET, now requires confirmation of deletions
+[Fix] Escape group names in admin_groups.php
[Sec] Some changes to HTML handling if enabled
+[Sec] Escape any special characters in reverse dns - Anthrax101
+[Change] Changed handling of the case where a selected style doesn't exist in the database
+[Change] PHP requirements are now 4.0.5 as a result of changes to HTML parsing