Merge "Add &$tags argument to MarkPatrolled hook"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 4 Apr 2019 17:09:31 +0000 (17:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 4 Apr 2019 17:09:31 +0000 (17:09 +0000)
1  2 
RELEASE-NOTES-1.33

diff --combined RELEASE-NOTES-1.33
@@@ -110,6 -110,8 +110,8 @@@ For notes on 1.32.x and older releases
  * (T214706) LinksUpdate::getAddedExternalLinks() and
    LinksUpdate::getRemovedExternalLinks() were introduced.
  * (T213893) Added 'MaintenanceUpdateAddParams' hook
+ * (T219655) The MarkPatrolled hook has a new parameter for the tags
+   associated with this entry in the patrol log.
  
  === External library changes in 1.33 ===
  ==== New external libraries ====
@@@ -348,7 -350,6 +350,7 @@@ because of Phabricator reports
  * wfSplitWikiID(), deprecated in 1.32, has been removed.
  * MessageBlobStore::getBlob(), deprecated in 1.27, has been removed.
    Use ::getBlobs() instead.
 +* The .background-size() LESS mixin, deprecated in 1.27, has been removed.
  
  === Deprecations in 1.33 ===
  * The configuration option $wgUseESI has been deprecated, and is expected
    deprecated and will be removed in the future.
  * The FileBasedSiteLookup class has been deprecated. For a cacheable SiteLookup
    implementation, use CachingSiteStore instead.
 +* Language::viewPrevNext function is deprecated, use
 +  SpecialPage::buildPrevNextNavigation instead
  * ManualLogEntry::setTags() is deprecated, use ManualLogEntry::addTags()
    instead. The setTags() method was overriding the tags, addTags() doesn't
    override, only adds new tags.