Merge "Deprecate wfShellWikiCmd()"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.31
index 39cb4f2..312933b 100644 (file)
@@ -86,6 +86,10 @@ production.
   "1" for manually patrolled and "2" for autopatrolled actions.
 * Extensions can now set their type to "editor" if they provide an editor
   or enhance the editing experience.
+* Extensions can use a PSR-4 autoloader by setting an "AutoloadNamespaces" property
+  in extension.json. See
+  <https://www.mediawiki.org/wiki/Manual:Extension.json/Schema#AutoloadNamespaces>
+  for more details and an example.
 
 === External library changes in 1.31 ===
 
@@ -339,6 +343,8 @@ changes to languages because of Phabricator reports.
 * Wikimedia\Rdbms\SavepointPostgres is deprecated.
 * The DO_MAINTENANCE constant is deprecated. RUN_MAINTENANCE_IF_MAIN should be
   used instead.
+* The function wfShellWikiCmd() has been deprecated, use
+  MediaWiki\Shell::makeScriptCommand().
 
 === Other changes in 1.31 ===
 * Browser support for Internet Explorer 10 was lowered from Grade A to Grade C.