diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 71e28be9bc..4d44a88634 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -158,6 +158,14 @@
[PHPBB3-10890] - test_sql_fetchrow_returns_false_when_empty() fails on MSSQL and Oracle
[PHPBB3-10908] - No remote avatar size limit results in files limited only by PHP memory limit
[PHPBB3-10913] - Admin is logged out when accessing any url under adm/ without session id
+[PHPBB3-10441] - Update to docs/README.html
+[PHPBB3-10773] - ACP phpBB logo needs registered trademark symbol
+[PHPBB3-10935] - Limit number of PM rules per user
+[PHPBB3-10937] - Comment removal functions: Backward compatibility broken
+[PHPBB3-10950] - Deleting user with undelivered PMs causes SQL error
+[PHPBB3-10952] - includes/constants.php version number incorrect
+[PHPBB3-10965] - Dropdown CPF now shows in profile when no value is selected
+[PHPBB3-10978] - Typo in prosilvers ucp_groups_membership.html
Improvement
@@ -188,6 +196,7 @@
- [PHPBB3-10891] - Allow specifying test config file name via environment variable
- [PHPBB3-10892] - Cosmetic improvements to RUNNING_TESTS.txt
- [PHPBB3-10898] - Do not write ?> into config.php to avoid whitespace output
+- [PHPBB3-10925] - Clarify that SQLite3 is not supported for phpBB 3.0.x
New Feature