Merge "Remove User::getPageRenderingHash, deprecated since 1.17"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 22 Nov 2013 18:51:42 +0000 (18:51 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 22 Nov 2013 18:51:42 +0000 (18:51 +0000)
1  2 
RELEASE-NOTES-1.23

diff --combined RELEASE-NOTES-1.23
@@@ -49,6 -49,10 +49,6 @@@ production
    when the email address is already confirmed. Also, consistently use
    "confirmed", rather than "authenticated", when messaging whether or not the
    user has confirmed an email address.
 -* (bug 19415) action=render no longer shows section edit links. This affects
 -  behavior of several other features where (bogus) section edit links will
 -  disappear, such as file description pages loaded via $wgUseInstantCommons or
 -  pages transcluded cross-wiki via $wgEnableScaryTranscluding.
  * (bug 56912) Show correct link color on cached result of Special:DeadendPages.
  * Classes TitleListDependency and TitleDependency have been removed, as they
    have been found unused in core and extensions for a long time.
@@@ -82,6 -86,7 +82,7 @@@ changes to languages because of Bugzill
  * The global variable $wgArticle has been removed after a lengthy deprecation.
  * The global functions addButton and insertTags (for mw.toolbar.addButton and
    mw.toolbar.insertTags) now emits mw.log.warn when accessed.
+ * User::getPageRenderingHash() was deprecated since 1.17 and has been removed.
  
  == Compatibility ==