Drop the UserLoadFromSession hook, deprecated in 1.27
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index 87068d8..43e128a 100644 (file)
@@ -232,6 +232,13 @@ because of Phabricator reports.
 * Skin::outputPage() no longer accepts a context. This was deprecated in 1.20.
 * Linker::link() no longer accepts a string for the query array, as was
   deprecated in 1.20.
+* PrefixSearch::titleSearch(), deprecated in 1.23, has been removed. Use the
+  TitlePrefixSearch or StringPrefixSearch classes instead.
+* The UserRights hook, deprecated in 1.26, has been removed. Instead, use the
+  UserGroupsChanged hook.
+* Skin::getDefaultInstance(), deprecated in 1.27, has been removed. Get the
+  instance from MediaWikiServices instead.
+* The UserLoadFromSession hook, deprecated in 1.27, has been removed.
 * …
 
 === Deprecations in 1.34 ===