diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index b77af13d08..50062fe898 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -117,6 +117,49 @@
+
Bug
+
+ - [PHPBB3-10628] - http:// prepended to "www." urls (but not reflected in preview)
+ - [PHPBB3-11875] - mediumint(8) too small for post_id
+ - [PHPBB3-12221] - URLs Containing javascript: are Garbled
+ - [PHPBB3-14129] - Adding custom extensions autoloaders feature slow downs the board
+ - [PHPBB3-14321] - Fatal error on download the merged conflicts archive during update from 3.1.6 to 3.2-a1
+ - [PHPBB3-14323] - Long urls are no longer shortened
+ - [PHPBB3-14368] - Post Editors Text Should Be Black, Not Blue
+ - [PHPBB3-14371] - Small fix for the aligment quick links
+ - [PHPBB3-14373] - Do not use strpos() on arrays in iohandler_base::add_error_message()
+ - [PHPBB3-14378] - Maintain consistent template var paths in 3.2 installer
+ - [PHPBB3-14380] - Maintain consistent template var paths in 3.2 installer
+ - [PHPBB3-14402] - Tidy plupload cron should not rely on user id/ip being available
+ - [PHPBB3-14403] - phpbb\log should still work even when no user data is given
+ - [PHPBB3-14405] - Text processor parses invalid use of url bbcode
+ - [PHPBB3-14419] - Update composer dependencies and fix outdated composer lock file
+ - [PHPBB3-14420] - Search Results pagination not up to date / broken
+ - [PHPBB3-14428] - Use other links for files remote test
+ - [PHPBB3-14431] - Remote avatar uploading does not support https
+ - [PHPBB3-14432] - The lang() function needs to handle key array
+ - [PHPBB3-14434] - Schema generator fails if extensions have non-migrations in migrations dir
+ - [PHPBB3-14436] - Default data type migration misses oauth_states dependency
+ - [PHPBB3-14442] - Use Goutte ~2.0 after allowing PHP >= 5.4
+ - [PHPBB3-14444] - Fatal error in functions_messenger.php
+ - [PHPBB3-14446] - Add predefined placeholder variables to twig
+
+
Improvement
+
+ - [PHPBB3-13454] - Remove unused variables, globals, parameters
+ - [PHPBB3-13733] - Allow non-migration files inside migrations folder
+ - [PHPBB3-14177] - Catch exceptions and display a nice error page
+ - [PHPBB3-14253] - Show group requests pending aproval at the ACP groups summary
+ - [PHPBB3-14377] - Allow extensions to register custom compiler pass
+ - [PHPBB3-14418] - Add missing language string PM_TOOLS
+ - [PHPBB3-14445] - Force page refresh before the installer generates the schema
+
+
Task
+
+
Changes since 3.2.0-a1
Bug