diff options
author | Nils Adermann <naderman@naderman.de> | 2014-10-25 17:12:34 -0700 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2014-10-25 17:12:34 -0700 |
commit | 9c95831f35c8feb1eb53a98d8ed57d82a2bf4da7 (patch) | |
tree | 21c744bb00957e56c2bda6ac3a73819113fbff74 | |
parent | 8de93bee951115d41a9e8aee95dbf2406ea8c2fe (diff) | |
parent | c789acc091817d675a4da75357670770aa4158f4 (diff) | |
download | forums-9c95831f35c8feb1eb53a98d8ed57d82a2bf4da7.tar forums-9c95831f35c8feb1eb53a98d8ed57d82a2bf4da7.tar.gz forums-9c95831f35c8feb1eb53a98d8ed57d82a2bf4da7.tar.bz2 forums-9c95831f35c8feb1eb53a98d8ed57d82a2bf4da7.tar.xz forums-9c95831f35c8feb1eb53a98d8ed57d82a2bf4da7.zip |
Merge branch 'prep-release-3.1.0' into develop-ascraeus
* prep-release-3.1.0:
[prep-release-3.1.0] Add CHANGELOG for 3.1.0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index bff54b091a..22fbf9a79c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -102,6 +102,22 @@ <a name="v310RC6"></a><h3>1.i. Changes since 3.1.0-RC6</h3> + <h4>Bug</h4> + <ul> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13126">PHPBB3-13126</a>] - More detailed output for migrations needed</li> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13208">PHPBB3-13208</a>] - Security issues are not pulled into the changelog</li> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13210">PHPBB3-13210</a>] - Queue Cron Job checks for wrong config variable queue_interval_config</li> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13211">PHPBB3-13211</a>] - Add possibility to save migrations output to log</li> + </ul> + <h4>Improvement</h4> + <ul> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13207">PHPBB3-13207</a>] - Default subscription notification setting for new users does not include email</li> + </ul> + <h4>Task</h4> + <ul> + <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-13215">PHPBB3-13215</a>] - Update Symfony Components to 2.3.21</li> + </ul> + <a name="v310RC5"></a><h3>1.ii. Changes since 3.1.0-RC5</h3> <h4>Bug</h4> |