diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index ffcc0b3fa5..d8acbf707e 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -56,15 +56,10 @@ h3 {font-size:12pt;color:blue}
Add session id validation to posting, profile, email, voting - Edwin van Vliet <- FINISH ME!
Added {S_HIDDEN_FIELDS} template var to profile_send_email.tpl
Added "intval" fix for flood check, may resolve some issues
-Fixed Forum Status dropdownbox in Forum admin (Locked/Unlocked)
Added missing index to post_id for search_wordmatch
Fixed spelling error in search add words preventing use of stopword list
Fixed issue with search common words not being run
Introduce viewtopic resync patch by Ashe
-Fixed deletion of privmsgs_text when a PM-box was full
-The checkboxes for approving users for groupmembership are checked by default
-Fixed updating of Banlist when a user is deleted
-Fixed uploading of an avatar for a user by an administrator
Replace a for n in templating code
Fixed ordering in memberslist
Fixed group_id sequence issues with pgsql and msaccess <- FINISH ME!
@@ -76,7 +71,6 @@ h3 {font-size:12pt;color:blue}
Added check for non-empty smiley code and url in smiley admin
Prevent display of -- sig seperator in emails when no board sig exists
Fixed URL propagated sid issues with jumpbox
-Fixed URL propageted sid issues with Mozilla Navigation Bar
Fixed wrong mode name check (polldelete) in functions_post
Added missing root path to l10n image path check
Remove validation of fields when deleting a user
@@ -100,11 +94,6 @@ h3 {font-size:12pt;color:blue}
Fixed session not setting userdata['user_id'] to ANON as appropriate
Added check for non-empty name in disallow admin
Fixed validation of SSL website addresses in profile
-Added $images array for message_die() to fix layout issues
-Fixed language string in Private Messages title
-Fixed smiley admin. It was possible to add a smiley without a code
-Fixed charset issues in install.php
-Fixed MSNM URL in Private Message display
Fixed inability of admins to upload avatars via user admin panel
Fixed non-deletion of private message text upon full box overwrite
Fixed incorrect error message in smiley admin
@@ -121,6 +110,7 @@ h3 {font-size:12pt;color:blue}
Add mail send result to error output
Fixed non-appending of sid to Mozilla nav bar menu items
Fixed incorrect profile linking from MSNM url in private messaging
+Grammatical errors in English lang_main fixed - Cluster