(Follow-up r86169) Add release notes for img metadata changes.
[lhc/web/wiklou.git] / HISTORY
diff --git a/HISTORY b/HISTORY
index 72e36ef..79b89e1 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -10,11 +10,15 @@ LocalSettings.php. Also, configuration script directory has been renamed
 from config/ to mw-config/. The specific bugs are listed below in the 
 general notes.
 
+=== New ResourceLoader in 1.17 ===
+MediaWiki 1.17 ships with a ResourceLoader which combines and minifies css and
+javascript attached to the page. They are served from the new entry point load.php
+If the page is served with the &debug=true parameter, the non-minified files
+are used instead.
+
 === Configuration changes in 1.17 ===
 * DatabaseFunctions.php that was needed for compatibility with pre-1.3
   extensions has been removed.
-* $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged
-  to new users log.
 * $wgAllowImageTag can be set to true to whitelist the <img> tag in wikitext.
 * (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display
   options.