Merge "Separate out different functionalities of Block::prevents"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 21 Feb 2019 19:20:03 +0000 (19:20 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 21 Feb 2019 19:20:03 +0000 (19:20 +0000)
1  2 
RELEASE-NOTES-1.33

diff --combined RELEASE-NOTES-1.33
@@@ -133,7 -133,6 +133,7 @@@ because of Phabricator reports
  * (T213717) Fixed a translation error on Goan Konkani (gom-deva) translations
    for NS_TEMPLATE.
  * (T212221) Added $digitTransformTable for Santali (sat).
 +* (T216479) Added language support for Saisiyat (xsy).
  
  === Breaking changes in 1.33 ===
  * The parameteter $lang in DifferenceEngine::setTextLanguage must be of type
  * Passing a User object or null as the third parameter to
    ApiBase::checkTitleUserPermissions() has been deprecated. Pass an array
    [ 'user' => $user ] instead.
+ * (T211578) Block::prevents is deprecated. Use Block::isEmailBlocked,
+   Block::isCreateAccountBlocked and Block::isUsertalkEditAllowed to get and set
+   block properties; use Block::appliesToRight and Block::appliesToUsertalk to
+   check block behaviour.
  
  === Other changes in 1.33 ===
  * (T201747) Html::openElement() warns if given an element name with a space