aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.23
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2014-03-07 21:59:22 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2014-03-07 21:59:22 +0000
commitda1a4ba69809122e341cc27bc44f63a706d3ba5b (patch)
tree94d4310187008416933bf673c4fe730c50db37a6 /RELEASE-NOTES-1.23
parentb9340187c848d75c78953ef8628720d34a81d185 (diff)
parent365dc338a881f17600e79923854ea9005a3dee44 (diff)
downloadmediawikicore-da1a4ba69809122e341cc27bc44f63a706d3ba5b.tar.gz
mediawikicore-da1a4ba69809122e341cc27bc44f63a706d3ba5b.zip
Merge "Add a deprecation notice of $wgRateLimitLog in RELEASE-NOTES"
Diffstat (limited to 'RELEASE-NOTES-1.23')
-rw-r--r--RELEASE-NOTES-1.232
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23
index 2b91f88f884b..bdb75e80db11 100644
--- a/RELEASE-NOTES-1.23
+++ b/RELEASE-NOTES-1.23
@@ -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.