diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 4a44f94d0e..9d85cdc5a5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -53,7 +53,7 @@ <ol> <li><a href="#changelog">Changelog</a> <ol style="list-style-type: lower-roman;"> - <li><a href="#v303">Changes since 3.0.2</a></li> + <li><a href="#v303">Changes since 3.0.3</a></li> <li><a href="#v302">Changes since 3.0.2</a></li> <li><a href="#v301">Changes since 3.0.1</a></li> <li><a href="#v300">Changes since 3.0.0</a></li> @@ -86,9 +86,11 @@ <a name="v303"></a><h3>1.i. Changes since 3.0.3</h3> <ul> + <li>[Fix] Allow mixed-case template directories to be inherited (Bug #36725)</li> + <li>[Fix] Regression bug from revision #8908 regarding log display in ACP</li> <li>[Fix] Allow the UCP group management to work for groups with avatars. (Bug #37375)</li> </ul> - + <a name="v302"></a><h3>1.ii. Changes since 3.0.2</h3> <ul> |