From a35721f68c95153f46dd67ea465addedf82f538e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 15 Oct 2013 15:46:11 +0200 Subject: [PATCH] [prep-release-3.1.0-a1] Update changelog with the latest changes --- phpBB/docs/CHANGELOG.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3df124d89f..7c96dd1b78 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -477,6 +477,8 @@
  • [PHPBB3-11905] - Alpha 1 Migration
  • [PHPBB3-11906] - Missing database entries "read_notification"
  • [PHPBB3-11908] - class phpbb_auth_provider_oauth_service_exception not using namespaces
  • +
  • [PHPBB3-11918] - Can not update from 3.0.x to 3.1.x with MSSQL
  • +
  • [PHPBB3-11919] - Improper argument order for sql_fetchfield() in notification manager
  • Improvement