Add $wgAdditionalXMLTypes, an array of XML mimetypes we can check for with MimeMagic.
[lhc/web/wiklou.git] / RELEASE-NOTES
index fecd299..0b31962 100644 (file)
@@ -64,6 +64,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   previously it was choosen based on $wgParserCacheType
 * $wgExtensionAliasesFiles option to simplify adding aliases to special pages
   provided by extensions, in a similar way to $wgExtensionMessagesFiles
+* Added $wgAdditionalXMLTypes, an array of XML mimetypes we can check for
+  with MimeMagic.
 
 === New features in 1.13 ===
 
@@ -174,8 +176,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Allow extensions to modify the user creation form by calling addInputItem();
 * Add meta generator tag to HTML output
 * Two new hooks, ExtendJSGlobalVars and wfMessageCacheReplace added
-* New global function, wfSharedTable - used to get the name of a table in the
-  shared database ($wgSharedDB)
  
 === Bug fixes in 1.13 ===