Stop overwriting $cache in User::getCacheKey()
[lhc/web/wiklou.git] / RELEASE-NOTES-1.33
index 5c4832a..69ab560 100644 (file)
@@ -42,6 +42,8 @@ production.
   additional information about the authentication event.
 * TextContent::getText() was introduced as a replacement for
   Content::getNativeData() for text-based content models.
+* (T210814) SVGs are now by default displayed in wiki language on image
+  pages.
 
 === External library changes in 1.33 ===
 
@@ -51,6 +53,7 @@ production.
 
 ==== Changed external libraries ====
 * Updated OOUI from v0.29.2 to v0.30.2.
+* Updated OOjs Router from pre-release to v0.2.0.
 * Updated wikimedia/xmp-reader from 0.6.0 to 0.6.1.
 * Updated wikimedia/scoped-callback from 2.0.0 to 3.0.0.
 * Updated wikimedia/ip-set from 1.2.0 to 2.0.0.
@@ -183,6 +186,7 @@ because of Phabricator reports.
 * The 'jquery.byteLimit' module alias for 'jquery.lengthLimit',
   deprecated in 1.31, was removed.
 * Revision::fetchRevision(), deprecated in 1.28, was removed.
+* Class SquidUpdate, deprecated in 1.27, was removed.
 
 === Deprecations in 1.33 ===
 * The configuration option $wgUseESI has been deprecated, and is expected
@@ -222,11 +226,16 @@ because of Phabricator reports.
 * Password::equals() is deprecated, use verify().
 * BaseTemplate::msgWiki() and QuickTemplate::msgWiki() will be removed. Use
   other means to fetch a properly escaped message string or Message object.
+* (T126091) The 'ResourceLoaderTestModules' hook, which lets you declare QUnit
+  testing code for your JavaScript modules, is deprecated. Instead, you can now
+  use the new extension registration key 'QUnitTestModule'.
+* (T213426) The jquery.throttle-debounce module has been deprecated. JavaScript
+  code that needs this behaviour should use OO.ui.debounce/throttle.
 
 === Other changes in 1.33 ===
 * (T208871) The hard-coded Google search form on the database error page was
   removed.
-* (T201747) Html::openElement() warns if given an element name wiht a space
+* (T201747) Html::openElement() warns if given an element name with a space
   in it.
 
 == Compatibility ==