Refactor dumpBackup.php and dumpTextPass.php to be Maintenance subclasses
[lhc/web/wiklou.git] / RELEASE-NOTES-1.27
index f674d59..9860723 100644 (file)
@@ -190,6 +190,12 @@ changes to languages because of Phabricator reports.
 * OutputPage::loginToUse() was removed (deprecated since 1.19).
 * Article::loadContent() was removed (deprecated since 1.19).
 * User::editToken() was removed (deprecated since 1.19).
+* Removed --force-normal option of dumpBackup.php, as it no longer served
+  any useful purpose since 1.22.
+* The functions processOption() and processArgs() on the BackupDumper and
+  TextPassDumper classes have been removed.
+* The maintenance/backupTextPass.inc file was deleted. You should include
+  maintenance/dumpTextPass.php instead.
 
 == Compatibility ==