diff options
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> |