Language: Remove deprecated initEncoding(), recodeForEdit() & recodeInput()
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index e2d22b7..7a10b7e 100644 (file)
@@ -121,7 +121,9 @@ because of Phabricator reports.
   UserGroupMembership::getLink() instead.
 * SavepointPostgres, deprecated in 1.31, has been removed.
 * Output::sectionEditLinksEnabled(), ParserOutput::getEditSectionTokens,
   UserGroupMembership::getLink() instead.
 * SavepointPostgres, deprecated in 1.31, has been removed.
 * Output::sectionEditLinksEnabled(), ParserOutput::getEditSectionTokens,
-  ::getTOCEnabled, ::setEditSectionTokens, ::setTOCEnabled, deprecated in 1.31
+  ::getTOCEnabled, ::setEditSectionTokens, ::setTOCEnabled, deprecated in 1.31,
+  have been removed.
+* EditPage::safeUnicodeInput() and ::safeUnicodeOutput(), deprecated in 1.30,
   have been removed.
 * Four methods in OutputPage, deprecated in 1.32, have been removed. You should
   use OutputPage::showFatalError or throw a FatalError instead. The methods are
   have been removed.
 * Four methods in OutputPage, deprecated in 1.32, have been removed. You should
   use OutputPage::showFatalError or throw a FatalError instead. The methods are
@@ -137,6 +139,8 @@ because of Phabricator reports.
   been removed. Use ->msg() or ->getMsg() instead.
 * WatchAction::getUnwatchToken(), deprecated in 1.32, has been removed. Instead,
   use WatchAction::getWatchToken() with action 'unwatch' directly.
   been removed. Use ->msg() or ->getMsg() instead.
 * WatchAction::getUnwatchToken(), deprecated in 1.32, has been removed. Instead,
   use WatchAction::getWatchToken() with action 'unwatch' directly.
+* Language::initEncoding(), ::recodeForEdit(), and recodeInput(), deprecated in
+  1.28, have been removed.
 * …
 
 === Deprecations in 1.34 ===
 * …
 
 === Deprecations in 1.34 ===