From: Alexandre Emsenhuber Date: Tue, 4 Mar 2014 16:26:43 +0000 (+0100) Subject: Add a deprecation notice of $wgRateLimitLog in RELEASE-NOTES X-Git-Tag: 1.31.0-rc.0~16696^2 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=365dc338a881f17600e79923854ea9005a3dee44;p=lhc%2Fweb%2Fwiklou.git Add a deprecation notice of $wgRateLimitLog in RELEASE-NOTES Follow-up I86131c4a80 (5b52c88). Change-Id: I3e4f7c91fd6728052da877c2847c08d69f300dfe --- diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 382b54f06e..abc7e8af19 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.