From ac27e1961a0de3821c77e1f8ef877ac1caf6da10 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Tue, 26 Jan 2010 11:11:15 +0000 Subject: [PATCH] doc git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10452 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f12b58885f..47a8034baa 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -162,6 +162,10 @@
  • [Change] SQLite is no longer autoloaded by the installer. (Bug #56105)
  • [Change] Friends and foes will not show up as private message rule options if their respective UCP modules are disabled. (Bug #51155)
  • [Change] Offer for guests to log in for egosearch and unreadposts search before the search permissions check. (Bug #51585)
  • +
  • [Change] Disallow deleting the last question of the Q&A CAPTCHA.
  • +
  • [Change] Tweak Q&A CAPTCHA garbage collection.
  • +
  • [Change] Show a proper preview for the Q&A CAPTCHA. (Bug #56365)
  • +
  • [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter "auth=http".