Merge "objectcache: replace debugLog() calls with faster debug() calls in MemcachedPe...
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index 967c1ef..350b9e3 100644 (file)
@@ -115,6 +115,9 @@ because of Phabricator reports.
 * The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo.
 * ExtensionRegistry->load() is deprecated, as it breaks dependency checking.
   Instead, use ->queue().
+* User::isBlocked() is deprecated since it does not tell you if the user is
+  blocked from editing a particular page. Use User::getBlock() or
+  PermissionManager::isBlockedFrom() or PermissionManager::userCan() instead.
 * …
 
 === Other changes in 1.34 ===