Merge "Use a less confusing column alias in findMissingFiles.php"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.24
index 13a0a6d..43e0ae5 100644 (file)
@@ -350,6 +350,12 @@ production.
   * ApiFormatWddx
   * ApiFormatYaml
   * ApiTokens
+* The following class constants have been deprecated and may be removed in a
+  future release:
+  * ApiBase::PROP_ROOT
+  * ApiBase::PROP_LIST
+  * ApiBase::PROP_TYPE
+  * ApiBase::PROP_NULLABLE
 
 === Languages updated in 1.24 ===
 
@@ -492,6 +498,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