Merge "user: Remove deprecated and unused method `getPasswordValidity()`"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 10 May 2019 17:00:15 +0000 (17:00 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 10 May 2019 17:00:15 +0000 (17:00 +0000)
1  2 
RELEASE-NOTES-1.34

diff --combined RELEASE-NOTES-1.34
@@@ -39,8 -39,7 +39,8 @@@ For notes on 1.33.x and older releases
  * …
  
  === New developer features in 1.34 ===
 -* …
 +* Language::formatTimePeriod now supports the new 'avoidhours' option to output
 +  strings like "5 days ago" instead of "5 days 13 hours ago".
  
  === External library changes in 1.34 ===
  
@@@ -146,6 -145,7 +146,7 @@@ because of Phabricator reports
    deprecated in 1.32, have been removed.
  * OutputPage::getModuleScripts(), ParserOutput::getModuleScripts(), deprecated
    in 1.33, have been removed.
+ * User::getPasswordValidity(), deprecated in 1.33, has been removed.
  * …
  
  === Deprecations in 1.34 ===
    deprecated. Use MediaWikiServices instead.
  * The getSubjectPage, getTalkPage, and getOtherPage of Title are deprecated.
    Use NamespaceInfo's getSubjectPage, getTalkPage, and getAssociatedPage.
 +* MWMessagePack class, no longer used, has been deprecated in 1.34.
  
  === Other changes in 1.34 ===
  * …