From a7f8043e4ecb6d251a6e9f1a95af04adf15f967b Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 11 Jun 2015 16:34:37 -0700 Subject: [PATCH] Add release notes for f6e5079 Change-Id: I4ccfebe6a59148c9825521f98b0f3654e87f3e11 --- RELEASE-NOTES-1.26 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index c862bf38cf..cd89948cbc 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -23,6 +23,7 @@ production. * Update es5-shim from v4.0.0 to v4.1.5. * Update json2 from revision 2014-02-04 to 2015-05-03. * Update Sinon.JS from 1.10.3 to 1.15.0. +* Added mediawiki/at-ease 1.0.0 === Bug fixes in 1.26 === * (bug 51283) load.php sometimes sends 304 response without full headers @@ -77,6 +78,9 @@ changes to languages because of Bugzilla reports. - The $uniq_prefix argument for Parser::extractTagsAndParams() and the $prefix argument for StripState::_construct() are deprecated and their value is ignored. +* wfSuppressWarnings() and wfRestoreWarnings() were split into a separate library, + mediawiki/at-ease, and are now deprecated. Callers should use + MediaWiki\suppressWarnings() and MediaWiki\restoreWarnings() directly. == Compatibility == -- 2.20.1