diff options
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6ad59a5655..bb15af8d56 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -97,12 +97,13 @@ <li>[Fix] Added VST - Venezuela Standard Time (Bug #30545).</li> <li>[Fix] Close DB connections in file.php.</li> <li>[Change] Set headers to allow browsers to better cache attachments (Mylek pointed this out)</li> - <li>[Change] Hide parameters if they equal the default (Bug #31185)</li> + <li>[Change] Hide parameters if they equal the default in viewforum/viewtopic (Bug #31185)</li> <li>[Change] Various improvements to group listings (Bugs #32155, #32145, #32085, #26675, #26265)</li> <li>[Fix] Correctly return results for nested cached queries (Bug #31445 - Patch by faw).</li> + <li>[Feature] Allow setting custom language path through $user->set_custom_lang_path(). $user->lang_path now also do not include the user language, but only the path.</li> -</ul> + </ul> <a name="v301"></a><h3>1.ii. Changes since 3.0.1</h3> |