diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-07-25 11:49:14 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-07-25 11:49:14 +0000 |
commit | bac1e57c188e0289edce102b21224bba3219fd52 (patch) | |
tree | 4afa2e9760ebb1e8146f107f9a0c51108f137e9b | |
parent | e4b60c6d8a672fc2f59dd599cd347f3d25962def (diff) | |
download | forums-bac1e57c188e0289edce102b21224bba3219fd52.tar forums-bac1e57c188e0289edce102b21224bba3219fd52.tar.gz forums-bac1e57c188e0289edce102b21224bba3219fd52.tar.bz2 forums-bac1e57c188e0289edce102b21224bba3219fd52.tar.xz forums-bac1e57c188e0289edce102b21224bba3219fd52.zip |
details
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9849 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index eb70dd1895..a4cfe2704e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -199,6 +199,12 @@ <li>[Change] Cache get_username_string() function calls on viewtopic.</li> <li>[Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)</li> <li>[Feature] Backported 3.2 captcha plugins.</li> + <ul> + <li>Classic and GD CAPTCHA</li> + <li>reCaptcha (based on API from recaptcha.net by Mike Crawford and Ben Maurer)</li> + <li>Q&A CAPTCHA</li> + <li>3D Wave (by Robert "e;Xore& Hetzler)/li> + </ul> <li>[Feature] Introduced new ACM plugins: <ul> <li>null</li> |