mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[prep-release-3.1.3] Add changelog for 3.1.3-RC2
This commit is contained in:
parent
9232367b35
commit
be30d8251a
1 changed files with 15 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="#changelog">Changelog</a>
|
<li><a href="#changelog">Changelog</a>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="#v312">Changes since 3.1.3-RC1</a></li>
|
||||||
<li><a href="#v312">Changes since 3.1.2</a></li>
|
<li><a href="#v312">Changes since 3.1.2</a></li>
|
||||||
<li><a href="#v311">Changes since 3.1.1</a></li>
|
<li><a href="#v311">Changes since 3.1.1</a></li>
|
||||||
<li><a href="#v310">Changes since 3.1.0</a></li>
|
<li><a href="#v310">Changes since 3.1.0</a></li>
|
||||||
|
@ -105,6 +106,20 @@
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
|
<a name="v313rc1"></a><h3>Changes since 3.1.3-RC1</h3>
|
||||||
|
|
||||||
|
<h4>Bug</h4>
|
||||||
|
<ul>
|
||||||
|
<li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-12933">PHPBB3-12933</a>] - The search operator for partial matches does not work</li>
|
||||||
|
<li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13544">PHPBB3-13544</a>] - Migrations' "permission.permission_unset" deletes all permissions instead of just the one stated</li>
|
||||||
|
<li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13556">PHPBB3-13556</a>] - Translated exceptions from file_downloader are handled incorrectly</li>
|
||||||
|
<li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13557">PHPBB3-13557</a>] - Migrations for 3.0.13 and PL1 are missing</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Task</h4>
|
||||||
|
<ul>
|
||||||
|
<li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13553">PHPBB3-13553</a>] - Controller helper needs a message handler to replace error handler</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<a name="v312"></a><h3>Changes since 3.1.2</h3>
|
<a name="v312"></a><h3>Changes since 3.1.2</h3>
|
||||||
|
|
||||||
<h4>Security</h4>
|
<h4>Security</h4>
|
||||||
|
|
Loading…
Add table
Reference in a new issue