diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-05-02 22:57:33 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-02 22:57:33 +0200 |
commit | 0d3b393ca6205a37d23f8b9abc4cb4d87171305c (patch) | |
tree | b5776bf4115d70d92a0f92d1ec9061d44110823e | |
parent | af7412f3cb3588b7a8cde5914e65bb183c09a359 (diff) | |
download | forums-0d3b393ca6205a37d23f8b9abc4cb4d87171305c.tar forums-0d3b393ca6205a37d23f8b9abc4cb4d87171305c.tar.gz forums-0d3b393ca6205a37d23f8b9abc4cb4d87171305c.tar.bz2 forums-0d3b393ca6205a37d23f8b9abc4cb4d87171305c.tar.xz forums-0d3b393ca6205a37d23f8b9abc4cb4d87171305c.zip |
[prep-release-3.2.7] Add changelog for 3.2.7-RC1
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c6f05ca309..b21c0ca38f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -50,6 +50,7 @@ <ol> <li><a href="#changelog">Changelog</a> <ul> + <li><a href="#v326">Changes since 3.2.6</a></li> <li><a href="#v326rc1">Changes since 3.2.6-RC1</a></li> <li><a href="#v325">Changes since 3.2.5</a></li> <li><a href="#v325rc1">Changes since 3.2.5-RC1</a></li> @@ -137,6 +138,19 @@ <div class="inner"> <div class="content"> + <a name="v326"></a><h3>Changes since 3.2.6</h3> + <h4>Bug</h4> + <ul> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-16034">PHPBB3-16034</a>] - Links created with [url=] - are sometimes incorrectly shortened</li> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-16036">PHPBB3-16036</a>] - Cannot login with 3.2.6</li> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-16037">PHPBB3-16037</a>] - Private message ViewFolder Broken</li> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-16039">PHPBB3-16039</a>] - Unable to change announcement to standard topic due to missing global</li> + </ul> + <h4>Improvement</h4> + <ul> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-16042">PHPBB3-16042</a>] - Use S_LOGIN_REDIRECT to output login form token</li> + </ul> + <a name="v326rc1"></a><h3>Changes since 3.2.6-RC1</h3> <h4>Bug</h4> <ul> |