From 5cee745fc5df37a4ecc1fcc91b4624889e9b02a7 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 25 Oct 2014 18:10:30 -0700 Subject: [PATCH] [prep-release-3.1.0] Add missing CHANGELOG entries for RC6 --- phpBB/docs/CHANGELOG.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 22fbf9a79c..ebc0d34fa6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -142,6 +142,8 @@
  • [PHPBB3-13190] - phpbb_session_login_keys_test::test_reset_keys fails on develop-ascraeus
  • [PHPBB3-13194] - BBCode isn't parsed when issuing a warning for a post
  • [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
  • Improvement