Hard-deprecate wgLocalInterwiki, deprecated in 1.23
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index 6ab79c2..69b2088 100644 (file)
@@ -52,6 +52,10 @@ For notes on 1.33.x and older releases, see HISTORY.
 * Introduced $wgVerifyMimeTypeIE to allow disabling the MSIE 6/7 file type
   detection heuristic on upload, which is more conservative than the checks
   that were changed above.
+* $wgSkipSkin — Setting this instead of $wgSkipSkins, deprecated in 1.23, is now
+  hard-deprecated.
+* $wgLocalInterwiki — Setting this instead of $wgLocalInterwikis, deprecated in
+  1.23, is now hard-deprecated.
 * …
 
 ==== Removed configuration ====
@@ -288,6 +292,9 @@ because of Phabricator reports.
 * (T222637) Passing ResourceLoaderModule objects to ResourceLoader::register()
   or $wgResourceModules is no longer supported.
   Use the 'class' or 'factory' option of the array format instead.
+* The parameter $lang of the functions generateTOC and tocList in Linker and
+  DummyLinker must be in type Language when present. Other types are
+  deprecated since 1.33.
 * …
 
 === Deprecations in 1.34 ===