Merge "Turn PasswordReset into a service" into REL1_34
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 7 Oct 2019 14:44:24 +0000 (14:44 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 7 Oct 2019 14:44:24 +0000 (14:44 +0000)
1  2 
RELEASE-NOTES-1.34

diff --combined RELEASE-NOTES-1.34
@@@ -598,6 -598,7 +598,7 @@@ because of Phabricator reports
    $wgGroupPermissions['sysop']['blockemail'] = true;
  * ApiQueryBase::showHiddenUsersAddBlockInfo() is deprecated. Use
    ApiQueryBlockInfoTrait instead.
+ * PasswordReset is now a service, its direct instantiation is deprecated.
  
  === Other changes in 1.34 ===
  * Added option to specify "Various authors" as author in extension credits using
  * …
  
  == Compatibility ==
 -MediaWiki 1.34 requires PHP 7.2.0 or later. Although HHVM 3.18.5 or later is
 -supported, it is generally advised to use PHP 7.2.0 or later for long term
 -support. It also requires the following PHP extensions:
 +MediaWiki 1.34 requires PHP 7.2.0 or later, and the following PHP extensions:
  
  * ctype
  * dom