From 9264d7c758616e8d26d6e7f20e49bb86e6ff5ae7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 25 Nov 2014 15:44:39 +0100 Subject: [PATCH] [prep-release-3.1.2] Update Changelog with 13376 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index cd35396f8c..5cf98e20fc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -149,6 +149,7 @@
  • [PHPBB3-13342] - 310/captcha_plugins migration changes recaptcha to nogd
  • [PHPBB3-13349] - Incorrect entities used for breadcrumb separator in CSS
  • [PHPBB3-13354] - Unknown column 'topic_logs' in 'where clause' when deleting topic log in MCP
  • +
  • [PHPBB3-13376] - deregister_globals() does not work correctly when $_COOKIE['GLOBALS'] is specified
  • Improvement