resourceloader: Support TestModules registration via extension.json
[lhc/web/wiklou.git] / RELEASE-NOTES-1.33
index 5c4832a..d3117ca 100644 (file)
@@ -222,6 +222,9 @@ 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'.
 
 === Other changes in 1.33 ===
 * (T208871) The hard-coded Google search form on the database error page was