From: jeroendedauw Date: Tue, 31 Jul 2012 18:38:25 +0000 (+0200) Subject: Added line to rel notes about CacheHelper class X-Git-Tag: 1.31.0-rc.0~22853^2 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=01867019ee2b9abdb411e306ad0f0bffd7d3b62e;p=lhc%2Fweb%2Fwiklou.git Added line to rel notes about CacheHelper class Change-Id: I994edc0e13ff28a31aac4457ea25ae9cefddd67f --- diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 9383bf270f..a814351c98 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -34,6 +34,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * Added SpecialPageAfterExecute hook which gets called after SpecialPage::execute. * Added ORMTable, ORMRow and ORMResult classes for additional abstraction of database interaction. +* Added CacheHelper and associated SpecialCachedPage and CachedAction helper classes. * (bug 32341) Add upload by URL domain limitation. * &useskin=default will now always display the default skin. Useful for users with a preference for the non-default skin to look at something using the default skin.