From 51251293abb40e04e290df2f937504cfaabde43b Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 26 Oct 2014 12:53:45 -0700 Subject: [PATCH] [prep-release-3.1.0] Update CHANGELOG with last minute changes --- phpBB/docs/CHANGELOG.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ebc0d34fa6..225de3ca33 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -144,6 +144,8 @@
  • [PHPBB3-13203] - Use constant time comparison method for comparing password hashes
  • [PHPBB3-13217] - Remember me cookie leak
  • [PHPBB3-13218] - Missing token check in acp_styles
  • +
  • [PHPBB3-13221] - Can't upgrade to 3.1 from 3.0.11 and older
  • +
  • [PHPBB3-13223] - Using get_username_string() for email template variables causes HTML markup in emails
  • Improvement