resourceloader: Avoid needless GPC normalisation
[lhc/web/wiklou.git] / RELEASE-NOTES-1.28
index fd6c613..a24f97a 100644 (file)
@@ -202,6 +202,9 @@ changes to languages because of Phabricator reports.
   Instead of --keep-uploads, use the same option to parserTests.php, but you
   must specify a directory with --upload-dir.
 * The 'jquery.arrowSteps' ResourceLoader module is now deprecated.
+* IP::isConfiguredProxy() and IP::isTrustedProxy() were removed. Callers should
+  migrate to using the same functions on a ProxyLookup instance, obtainable from
+  MediaWikiServices.
 
 == Compatibility ==