diff options
Diffstat (limited to 'RELEASE-NOTES-1.23')
-rw-r--r-- | RELEASE-NOTES-1.23 | 2 |
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. |