Article::getAutosummary() and WikiPage::getAutosummary() were removed
[lhc/web/wiklou.git] / RELEASE-NOTES-1.29
index 21a94c5..ab7cdd4 100644 (file)
@@ -58,6 +58,12 @@ changes to languages because of Phabricator reports.
   required as all sessions are stored in Object Cache now.
 * MWHttpRequest::execute() should be considered to return a StatusValue; the
   Status return type is deprecated.
+* User::edits() (deprecated in 1.21) was removed.
+* Xml::escapeJsString() (deprecated in 1.21) was removed.
+* Article::getText() and Article::prepareTextForEdit() (deprecated in 1.21)
+  were removed.
+* Article::getAutosummary() and WikiPage::getAutosummary (deprecated in 1.21)
+  were removed.
 
 == Compatibility ==