diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 13272e154c..9b254d8c29 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
- Changelog
+ - Changes since 3.2.2
- Changes since 3.2.1
- Changes since 3.2.0
- Changes since 3.2.0-RC1
@@ -128,6 +129,61 @@
+
Changes since 3.2.2
+
Bug
+
+ - [PHPBB3-14936] - Missing language variable INST_ERR_DB
+ - [PHPBB3-15491] - Outdated linkes in installer support page
+ - [PHPBB3-15492] - Permissions role combobox does not work in RTL
+ - [PHPBB3-15500] - Docs outdated for new PHP 5.4.7 requirement
+ - [PHPBB3-15502] - Errors in migrations in 3.2.2 release
+ - [PHPBB3-15506] - Previewing new post empties attachment list of all but first attachment
+ - [PHPBB3-15512] - Avoid reparsing non-existent polls
+ - [PHPBB3-15513] - Signature edit in acp gives error
+ - [PHPBB3-15520] - DbDriver->sql_build_query cant cope with sub-selects
+ - [PHPBB3-15522] - Allow multiple color palettes per page
+ - [PHPBB3-15523] - AdBlocker may cause JS error when using CookieConsent
+ - [PHPBB3-15525] - composer.json License is Invalid/Deprecated
+ - [PHPBB3-15526] - Cast bbcode ID to integer
+ - [PHPBB3-15527] - Cannot interpret the BBCode definition
+ - [PHPBB3-15532] - Update pull request template
+ - [PHPBB3-15533] - Typo in viewtopic_topic_tools.html
+ - [PHPBB3-15558] - phpbb\report\report_handler_post.php
+ - [PHPBB3-15559] - phpbb\report\report_handler_pm.php:56
+
+
Improvement
+
+ - [PHPBB3-12579] - Add BUTTON_ language strings for post & PM buttons
+ - [PHPBB3-15495] - Use transactions for queries in move_forum
+ - [PHPBB3-15499] - Drop HHVM support
+ - [PHPBB3-15510] - Link Orphan attachments in ACP>General to Orphaned attachments page
+ - [PHPBB3-15514] - Improve accessibility by adding vital info from explanation to a title
+ - [PHPBB3-15518] - Do not attempt to accurately determine whether posters can read private messages in viewtopic
+ - [PHPBB3-15528] - Display the version of the installed styles in acp
+ - [PHPBB3-15529] - Color groups in ACP
+ - [PHPBB3-15531] - Log malformed BBCodes
+ - [PHPBB3-15534] - Outdated ACP extensions database link for phpBB 3.2
+ - [PHPBB3-15535] - Add S_FIRST_POST to postrow on viewtopic
+ - [PHPBB3-15537] - Add events core.search_(native|mysql|postgres|sphinx)_index_before
+ - [PHPBB3-15547] - Add file object to event core.avatar_driver_upload_move_file_before
+ - [PHPBB3-15561] - Add core events for adding columns to MySQL and Postgres search backends
+ - [PHPBB3-15568] - Update depencies to latest versions
+ - [PHPBB3-15569] - Adjust update instructions to suggest file replacement method
+
+
New Feature
+
+ - [PHPBB3-15398] - Add event to oauth login after ID check
+
+
Security Issue
+
+ - [PHPBB3-15570] - Extension version check is restricted to TLS 1.0
+
+
Task
+
+
Changes since 3.2.1
Security Issue