diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 499afb43bd..6b12cb81bf 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -207,6 +207,8 @@
[PHPBB3-10021] - "Find a member" generates SQL error when large dates are entered
+[PHPBB3-10029] - No such thing as $_SERVER['HTTP_VERSION']
+
[PHPBB3-10033] - "Disallow usernames" does not check already disallowed names
[PHPBB3-10035] - ACP template edit feature allows to read any files on webserver and to upload/execute any script on it
@@ -285,7 +287,9 @@
[PHPBB3-10178] - build.xml does not specify path to find - breaks on FreeBSD
-[PHPBB3-10188] - Wrong handling of output_buffering value in message handler
+[PHPBB3-10188] - Broken compressed output when errors/warnings are handled by phpbb and output_buffering is set to 4096 and phpbb gzip is enabled
+
+[PHPBB3-10191] - Duplicate output when output_handler is set in php.ini
[PHPBB3-10192] - Missing semicolon in MySQL Upgrader
@@ -301,6 +305,10 @@
[PHPBB3-10211] - Missing space on the recent PHPBB3-9992 changes
+[PHPBB3-10213] - IP limit index name too long on Oracle
+
+[PHPBB3-10214] - Cannot configure Q&A on Oracle
+
[PHPBB3-10218] - STRIP is not defined in style.php causing a notice to be thrown
[PHPBB3-10219] - Inappropriate character in web.config file
@@ -309,6 +317,22 @@
[PHPBB3-10221] - Inconsistent usage of "Seconds" in ACP Settings
+[PHPBB3-7729] - Prevent date/time functions from throwing E_WARNING on PHP 5.3 by setting a default timezone
+
+[PHPBB3-10188] - Broken compressed output when errors/warnings are handled by phpbb and output_buffering is set to 4096 and phpbb gzip is enabled
+
+[PHPBB3-10223] - Updater references startup.php from board path
+
+[PHPBB3-10228] - Typo in 3.0.9-RC1 user registration settings
+
+[PHPBB3-10229] - On languge/acp/styles.php "%s" should be "%s"
+
+[PHPBB3-10232] - Search within topic/forum searches all posts
+
+[PHPBB3-10233] - IE Emulation fix breaks posting layout when PMing
+
+[PHPBB3-10234] - msg_handler() reports E_WARNING as "PHP Notice: "
+
Improvement