Merge "Move non-user specific things from Title::isValidMoveOperation() to MovePage"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.24
index 13a0a6d..8733f94 100644 (file)
@@ -492,6 +492,9 @@ changes to languages because of Bugzilla reports.
 * (bug 67368) LESS functions embed() and embeddable(), added in MediaWiki 1.23
   and broken by design, have been removed. Use appropriate LESS mixins instead.
 * Removed cssjanus.py from maintenance directory as it was unused.
+* Removed maintenance/purgeOldText.inc and the PurgeRedundantText() function
+  it contained (superseded by Maintenance::purgeRedundantText() in 1.16).
+  The purgeOldText.php maintenance script has been retained.
 
 ==== Renamed classes ====
 * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression