X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.23;h=22520d3a576eb978de936abd82285f221c47500c;hb=935d2fa863f07cae158ffb6cd9dd2cd698870d98;hp=2d7dfe9096ab1d6e940dbf17a679028a35ea9a79;hpb=45e0034abb78398681af5cd2c3e727f43c514fea;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 2d7dfe9096..22520d3a57 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -57,6 +57,7 @@ production. * $wgProfileOnly is now deprecated; set the log file in $wgDebugLogGroups['profileoutput'] to replace it. * $wgMaxBacklinksInvalidate was removed; use $wgJobBackoffThrottling instead +* Deprecated ResourceLoaderGetStartupModules hook. === New features in 1.23 === * ResourceLoader can utilize the Web Storage API to cache modules client-side. @@ -350,6 +351,7 @@ changes to languages because of Bugzilla reports. scope (like Zepto.js or document.querySelectorAll, for example) you will need to use different names to or re-bind them at the top of each ResourceLoader-loaded module. +* (bug 52342) Preference "Remember my login" was removed. ==== Removed classes ==== * FakeMemCachedClient (deprecated in 1.18)