diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 08fa1cd0f5..1100679afa 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
- Changelog
+ - Changes since 3.3.7
- Changes since 3.3.6
- Changes since 3.3.6-RC1
- Changes since 3.3.5
@@ -161,6 +162,33 @@
+
Changes since 3.3.7
+
Bug
+
+ - [PHPBB3-13821] - Always show "Display this post" for foes
+ - [PHPBB3-16871] - S_FORUM_ID and S_TOPIC_ID variables set by page_header may cause fatal errors in feeds
+ - [PHPBB3-16891] - Controller Helper Routing in ACP can break Extension Installation
+ - [PHPBB3-16960] - Migrations table not populated at the end of installation
+ - [PHPBB3-16962] - Possible bug related with format date
+ - [PHPBB3-16966] - "Insecure redirect" error while permanently deleting posts
+ - [PHPBB3-16976] - phpBB Native Search returns 1 match and one page of results
+ - [PHPBB3-16977] - Cron-job "img" tag at bottom breaks some styles and is inaccessible
+ - [PHPBB3-16978] - </ul> Tag Missing From posting_pm_header.html Template
+ - [PHPBB3-16981] - HTML-encoded emojis `🖌️ 📐` in email subject line
+ - [PHPBB3-16990] - Wrong style template code in the post editor prevents deleting a post with certain permission combination
+
+
Improvement
+
+ - [PHPBB3-13859] - Youtube profilefield needs an upgrade
+ - [PHPBB3-15947] - "X out of 0 messages stored" in UCP
+ - [PHPBB3-16800] - Language string NO_POSTS should be changed
+ - [PHPBB3-16959] - Remove redundant URL parameters from notification mails
+ - [PHPBB3-16967] - Deprecate use of PHP and INCLUDEPHP in templates
+ - [PHPBB3-16969] - Flash status displays when posting when posts settings don't allow [FLASH] - BBCode
+ - [PHPBB3-16988] - Ignore appended branch info when preparing commit message
+ - [PHPBB3-16991] - Add events for bookmarks and subscribed topics in UCP
+
+
Changes since 3.3.6
Bug