Merge "Provide a Taggable interface"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 18 Mar 2019 22:47:44 +0000 (22:47 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 18 Mar 2019 22:47:44 +0000 (22:47 +0000)
1  2 
RELEASE-NOTES-1.33

diff --combined RELEASE-NOTES-1.33
@@@ -90,6 -90,7 +90,7 @@@ For notes on 1.32.x and older releases
    language where available.
  * Special:ActiveUsers will no longer filter out users who became inactive since
    the last time the active users query cache was updated.
+ * (T215675) RecentChange and ManualLogEntry implement new Taggable interface.
  
  === New developer features in 1.33 ===
  * The AuthManagerLoginAuthenticateAudit hook has a new parameter for
  === Bug fixes in 1.33 ===
  * (T164211) Special:UserRights could sometimes fail with a
    "conflict detected" error when there weren't any conflicts.
 +* (T216029) Chrome redirects to Special:BadTitle after editing a section with
 +  a non-Latin name on a page with non-Latin characters in title.
  
  === Action API changes in 1.33 ===
  * (T198913) Added 'ApiOptions' hook.
@@@ -388,6 -387,9 +389,9 @@@ because of Phabricator reports
    deprecated and will be removed in the future.
  * The FileBasedSiteLookup class has been deprecated. For a cacheable SiteLookup
    implementation, use CachingSiteStore instead.
+ * ManualLogEntry::setTags() is deprecated, use ManualLogEntry::addTags()
+   instead. The setTags() method was overriding the tags, addTags() doesn't
+   override, only adds new tags.
  
  === Other changes in 1.33 ===
  * (T201747) Html::openElement() warns if given an element name with a space