diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 3ab9e9802b..37c3372125 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -71,7 +71,10 @@ p,ul,td {font-size:10pt;}
- [Fix] Changes to random number generator code to explicitly truncate the length of the string
- [Fix] Quoting on boards with HTML enabled
+- [Fix] Special characters on boards with HTML enabled
- [Fix] Redirect to list if cancelling deletion of ranks, smilies or word censors
+- [Fix] Missing error message if an inactive user tried to login (Bug #1598)
+- [Fix] Do not alter post counts when just removing a poll (Bug #1602)
- [Change] Backported more efficient highlighting code from Olympus