diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2010-02-21 11:33:29 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2010-02-21 11:33:29 +0000 |
commit | 22621e043963dca078580eaf61b45c5022ca79e1 (patch) | |
tree | eb18fb876a5afc0745967f29aa83c923ab524b6a /phpBB/docs/CHANGELOG.html | |
parent | 6b99b85c8f2f366d8e5e3e2855d77b0832d141d7 (diff) | |
download | forums-22621e043963dca078580eaf61b45c5022ca79e1.tar forums-22621e043963dca078580eaf61b45c5022ca79e1.tar.gz forums-22621e043963dca078580eaf61b45c5022ca79e1.tar.bz2 forums-22621e043963dca078580eaf61b45c5022ca79e1.tar.xz forums-22621e043963dca078580eaf61b45c5022ca79e1.zip |
Enter stage left: the INTTEXT token
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10516 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 57716a9350..cfd8a2fafd 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -193,7 +193,10 @@ <li>[Change] Tweak Q&A CAPTCHA garbage collection.</li> <li>[Change] Show a proper preview for the Q&A CAPTCHA. (Bug #56365)</li> <li>[Change] Speed up topic move operation by adding an index for topic_id on the topics track table. (Bug #56545)</li> + <li>[Change] Warn users about potentially dangerous BBcodes.</li> <li>[Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter "auth=http".</li> + <li>[Feature] Add INTTEXT token type to custom bbcodes to allow non-ASCII letters in html attributes.</li> + </ul> <a name="v305"></a><h3>1.iii. Changes since 3.0.5</h3> |