diff options
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d2e4ed52ee..660e5abb19 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -90,6 +90,11 @@ <li>[Fix] Allow single quotes in db password to be stored within config.php in installer</li> <li>[Fix] Correctly quote db password for re-display in installer (Bug #16695 / thanks to m313 for reporting too - #s17235)</li> <li>[Fix] Correctly handle empty imageset entries (Bug #16865)</li> + <li>[Fix] Correctly check empty subjects/messages (Bug #17915)</li> + <li>[Change] Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745)</li> + <li>[Fix] Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265)</li> + <li>[Change] Sped up viewforum considerably (also goes towards mcp_forum)</li> + </ul> <a name="v30rc8"></a><h3>1.i. Changes since 3.0.RC8</h3> |
