Merge "api: Update QueryFilearchive to provide information to everyone"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 9 Sep 2019 19:29:48 +0000 (19:29 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 9 Sep 2019 19:29:48 +0000 (19:29 +0000)
1  2 
RELEASE-NOTES-1.34

@@@ -162,13 -153,10 +162,15 @@@ $wgPasswordPolicy['policies']['default'
  === Action API changes in 1.34 ===
  * The 'recenteditcount' response property from action=query list=allusers,
    deprecated in 1.25, has been removed.
+ * (T60993) action=query list=filearchive no longer requires the 'deletedhistory'
+   user right.
  
  === Action API internal changes in 1.34 ===
 +* The exception thrown in ApiModuleManager::getModule has been changed
 +  from an MWException to an UnexpectedValueException, thrown by ObjectFactory.
 +  ApiModuleManager::getModule now also throws InvalidArgumentExceptions when
 +  ObjectFactory is presented with an invalid spec or incorrectly constructed
 +  objects.
  * …
  
  === Languages updated in 1.34 ===