diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b324acb4a9..b2e8ead497 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -71,6 +71,8 @@ p,ul,td {font-size:10pt;}
  • [Fix] Prevent login attempts from incrementing for inactive users
  • [Fix] Do not check maximum login attempts on re-authentication to the admin panel - tomknight
  • [Fix] Regenerate session keys on password change
  • +
  • [Fix] retrieving category rows in index.php (Bug #90)
  • +
  • [Fix] improved index performance by determining the permissions before iterating through all forums (Bug #91)
  • [Fix] Better handling of short usernames within the search (bug #105)
  • [Fix] Workaround for an issue in either PHP or MSSQL resulting in a space being returned instead of an empty string (bug #830)
  • [Fix] Correct use of default_style config value (Bug #861)
  • @@ -101,8 +103,6 @@ p,ul,td {font-size:10pt;}