diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index d2d3ee7a3a..d609e11a5a 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -153,6 +153,7 @@
[Fix] Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545)
[Fix] Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555)
[Fix] IE8 textarea issues (Bug #43305)
+ [Fix] Prevent accounts from being activated by users when admin activation is turned on and the correct activation key is known.
[Change] Default difference view is now 'inline' instead of 'side by side'
[Change] Added new option for merging differences to conflicting files in automatic updater
[Change] Add link to user profile in the MCP for user notes and warn user.
@@ -168,7 +169,6 @@
[Feature] db_tools now support create table and drop table.
[Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
[Feature] New search option: Maximum number of words allowed to search for.
- [Sec] Prevent accounts from being activated by users when admin activation is turned on and the correct activation key is known.
[Sec] Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)