Merge "Add a deprecation notice of $wgRateLimitLog in RELEASE-NOTES"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 7 Mar 2014 21:59:22 +0000 (21:59 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 7 Mar 2014 21:59:22 +0000 (21:59 +0000)
RELEASE-NOTES-1.23

index 2b91f88..bdb75e8 100644 (file)
@@ -41,6 +41,8 @@ production.
 * $wgSkipSkin, which has been replaceable by $wgSkipSkins since 2005 (r9249), is
   now formally deprecated.
 * Removed deprecated $wgDisabledActions as it is hardly used anywhere.
+* $wgRateLimitLog has been deprecated and replaced by
+  $wgDebugLogGroup['ratelimit'].
 
 === New features in 1.23 ===
 * ResourceLoader can utilize the Web Storage API to cache modules client-side.