diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 225de3ca33..212da25ade 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -108,6 +108,16 @@
  • [PHPBB3-13208] - Security issues are not pulled into the changelog
  • [PHPBB3-13210] - Queue Cron Job checks for wrong config variable queue_interval_config
  • [PHPBB3-13211] - Add possibility to save migrations output to log
  • +
  • [PHPBB3-13221] - Can't upgrade to 3.1 from 3.0.11 and older
  • +
  • [PHPBB3-13223] - Using get_username_string() for email template variables causes HTML markup in emails
  • +
  • [PHPBB3-13225] - phpbb_hash() undefined in phpbb\db\migration\data\v30x\release_3_0_5_rc1.php
  • +
  • [PHPBB3-13226] - Stray $rank_img in memberlist.php
  • +
  • [PHPBB3-13227] - Remote avatars do not work with cURL wrapper
  • +
  • [PHPBB3-13229] - Memberlist is getting overloaded with redundant SQL queries
  • +
  • [PHPBB3-13230] - Deprecated phpbb_clean_path() does not work anymore
  • +
  • [PHPBB3-13231] - The migration contact_admin_form must depends on config_db_text
  • +
  • [PHPBB3-13232] - Email queue does not get run
  • +
  • [PHPBB3-13234] - Remember me cookie gets unset by admin reauthentication
  • Improvement