diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-05-03 23:11:24 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-03 23:11:24 +0200 |
commit | 22e3c6786416ee8500d4b63ffa4c9527d010eb72 (patch) | |
tree | b5776bf4115d70d92a0f92d1ec9061d44110823e /phpBB/docs | |
parent | ccf5575dd800ae1c3754f747a9b4d47e2542746b (diff) | |
parent | 0d3b393ca6205a37d23f8b9abc4cb4d87171305c (diff) | |
download | forums-22e3c6786416ee8500d4b63ffa4c9527d010eb72.tar forums-22e3c6786416ee8500d4b63ffa4c9527d010eb72.tar.gz forums-22e3c6786416ee8500d4b63ffa4c9527d010eb72.tar.bz2 forums-22e3c6786416ee8500d4b63ffa4c9527d010eb72.tar.xz forums-22e3c6786416ee8500d4b63ffa4c9527d010eb72.zip |
Merge branch 'prep-release-3.2.7' into 3.2.x
Diffstat (limited to 'phpBB/docs')
-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> |