Improve WAN cache delete() docs a bit
[lhc/web/wiklou.git] / RELEASE-NOTES-1.27
index f3f0704..b3add69 100644 (file)
@@ -63,8 +63,6 @@ production.
   setting in the relevant section of $wgLBFactoryConf.
 * User::newSystemUser() may be used to simplify the creation of passwordless
   "system" users for logged actions from scripts and extensions.
-* $wgAPIMaxLagThreshold was added to limit bot changes when databases lag
-  becomes too high.
 
 ==== External libraries ====
 
@@ -92,6 +90,8 @@ changes to languages because of Bugzilla reports.
 
 === Other changes in 1.27 ===
 * ProfilerOutputUdp was removed. Note that there is a ProfilerOutputStats class.
+* WikiPage::doDeleteArticleReal() and WikiPage::doDeleteArticle() now
+  ignore the 2nd and 3rd arguments (formerly $id and $commit).
 
 == Compatibility ==