diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 0e6814d394..844254bf22 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -107,6 +107,7 @@
[Change] Performance increase for get_username_string() (Bug #37545 - Patch by BartVB)
[Change] Slight performance increase for common parameter calls to append_sid() (Bug #37555 - Patch by BartVB)
[Feature] Added 'AGO' setting to relative date strings. For example: posted 14 minutes ago. (Patch by BartVB)
+ [Sec] Fixed an issue where deactivated accounts could be re-activated without the required privileges.(Thanks Jorick)
1.ii. Changes since 3.0.2
@@ -192,6 +193,7 @@
[Change] MCP topic view checkboxes now default to unchecked.
[Change] Adjust language key SPLIT_AFTER to make the action clearer.
[Change] Add links to the post and forum when viewing a report from the MCP. (Bugs #33795, #33805)
+ [Change] Added CSRF protection to GET-only actions like marking forums.
[Change] Remove NUL-Bytes directly in request_var() for strings and within the custom DBAL sql_escape() functions (MSSQL, Firebird, Oracle) (reported by AdhostMikeSw)
[Feature] Allow limited inheritance for template sets.