diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index ea291f0767..4311ebfe63 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -49,6 +49,7 @@
- Changelog
+ - Changes since 3.2.0-a1
- Changes since 3.1.x
- Changes since 3.1.6
- Changes since 3.1.5
@@ -115,6 +116,41 @@
+
Changes since 3.2.0-a1
Bug
+
+ - [PHPBB3-9791] - invalid [] - chars on search URI
+ - [PHPBB3-13451] - A very long string inside message crashes PHP
+ - [PHPBB3-14273] - Unnecessary core.root_path dependency in files.upload service
+ - [PHPBB3-14293] - Responsive .postbody width not expanding
+ - [PHPBB3-14295] - Icon on left side of "Post awaiting approval" inside messages is missing
+ - [PHPBB3-14311] - Installer error messages not being reported back to client properly
+ - [PHPBB3-14317] - Run lang_migrate_help_lang script on master
+ - [PHPBB3-14320] - Language selector is broken in the installer
+ - [PHPBB3-14325] - Renamed Event Variables Backwards Incompatible
+ - [PHPBB3-14326] - Diffed files are not decoded at update
+ - [PHPBB3-14339] - State support for PHP 7.0 in docs
+ - [PHPBB3-14344] - Improve formatting of errors during install
+ - [PHPBB3-14345] - Check if message description exists in install cli iohandler
+ - [PHPBB3-14349] - Improve error messages and remove output of suppressed messages
+ - [PHPBB3-14350] - Remove duplicate semi-colon from functions_user
+ - [PHPBB3-14358] - Fatal error when running create_schema_files.php (missing composer autoloader)
+ - [PHPBB3-14359] - Wrong service definition for console.command.reparser.reparse
+
+
Improvement
+
+ - [PHPBB3-12649] - Change sort & display options in footers to dropdown menu
+ - [PHPBB3-14257] - Reparse after update
+ - [PHPBB3-14269] - Use http_exceptions instead of die() in installer controllers
+ - [PHPBB3-14310] - Progress bar in new installer not very clear
+ - [PHPBB3-14340] - Revert the workaround fix for segmentation fault error on phpBB 3.2 PHP 7 tests
+
+
Task
+
+ - [PHPBB3-14247] - Usage of @ at begining of an unquoted string in a yaml file is deprecated
+ - [PHPBB3-14341] - Update to Symfony 2.8
+ - [PHPBB3-14348] - Add an index.html to the install folder
+
+
Changes since 3.1.x
Bug