diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 3a01329090..9163f20615 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -461,6 +461,7 @@
[Fix] Moderators can only see reports/queue/logs from forums they can actually read. (Bug #31085)
[Fix] Correctly display topic when start parameter is equal to the number of posts.
[Fix] Correctly display topic in MCP when start parameter is equal to or greater than the number of posts. (Bug #30525)
+ [Fix] Fixed incorrect "topic does not exist" when unapproved posts were visited without global moderator permissions. (Bug #47795)
[Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.
[Change] Display warning in ACP if config.php file is left writable.