diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 9f751c701a..3cd2116ddb 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -89,6 +89,7 @@
- [Feature] Backported 3.2 cpatcha plugins.
+ - [Feature] Introduced new ACM plugins: null
1.ii. Changes since 3.0.4
diff --git a/phpBB/includes/acm/acm_null.php b/phpBB/includes/acm/acm_null.php
new file mode 100644
index 0000000000..c2363b9ddf
--- /dev/null
+++ b/phpBB/includes/acm/acm_null.php
@@ -0,0 +1,163 @@
+
\ No newline at end of file