Merge "Remove global namespaced LBFactory"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 21 Sep 2018 23:40:45 +0000 (23:40 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 21 Sep 2018 23:40:45 +0000 (23:40 +0000)
1  2 
RELEASE-NOTES-1.32

diff --combined RELEASE-NOTES-1.32
@@@ -314,6 -314,8 +314,8 @@@ because of Phabricator reports
  * $wgSpecialPages no longer accepts array syntax, deprecated since 1.18.
  * The MailAddress constructor can no longer be called with a User object,
    behaviour which has been deprecated since 1.24.
+ * LBFactory, deprecated since 1.28, has been removed. Instead, use
+   Wikimedia\Rdbms\LBFactory.
  
  === Deprecations in 1.32 ===
  * HTMLForm::setSubmitProgressive() is deprecated. No need to call it. Submit
    in MediaWiki 1.26, have now been hard deprecated. This affects $wgUseTidy,
    $wgTidyBin, $wgTidyConf, $wgTidyOpts, $wgTidyInternal, and $wgDebugTidy. Use
    $wgTidyConfig instead.
 -* All Tidy configurations other than Remex have been deprecated; future parsers
 -  will not emit compatible output for these configurations.
 +* All Tidy configurations other than Remex have been hard deprecated;
 +  future parsers will not emit compatible output for these configurations.
  
  === Other changes in 1.32 ===
  * (T198811) The following tables have had their UNIQUE indexes turned into