Use varargs for MessageLocalizer::msg and similar
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index 404eddb..ed2cf9c 100644 (file)
@@ -1,12 +1,15 @@
 = MediaWiki 1.34 =
 
-== MediaWiki 1.34.0-rc.0 ==
-
 THIS IS NOT A RELEASE YET
 
 MediaWiki 1.34 is an pre-release testing branch, and is not recommended
 for use in production.
 
+=== Changes since MediaWiki 1.34.0-rc.0 ===
+* (T231742) rdbms: Restore debug toolbar "Queries" feature.
+
+== MediaWiki 1.34.0-rc.0 ==
+
 == Upgrading notes for 1.34 ==
 1.34 has several database changes since 1.33, and will not work without schema
 updates. Note that due to changes to some very large tables like the revision
@@ -513,6 +516,8 @@ because of Phabricator reports.
 * The Profiler::setTemplated and Profiler::getTemplated methods have been
   deprecated. Use Profiler::setAllowOutput and Profiler::getAllowOutput
   instead.
+* The ProfilerOutputDb class, 'profiling' table, and profileinfo.php entry
+  point had been deprecated (T231366).
 * The Preprocessor_DOM implementation has been deprecated.  It will be
   removed in a future release.  Use the Preprocessor_Hash implementation
   instead.