From: James D. Forrester Date: Wed, 14 Nov 2018 17:57:27 +0000 (-0800) Subject: Follow-up bb07b4a3: Add RELEASE-NOTES X-Git-Tag: 1.34.0-rc.0~3513 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/Bar?a=commitdiff_plain;h=4250ce928434761b000d436d653825acb24ac2b4;p=lhc%2Fweb%2Fwiklou.git Follow-up bb07b4a3: Add RELEASE-NOTES Change-Id: I1daaac502a45961aad9d7bf392338f9860ab7536 --- diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 640bb1d476..7bbb1656f4 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -18,9 +18,14 @@ production. * Some external link searches will not work correctly until update.php (or refreshExternallinksIndex.php) is run. These include searches for links using IP addresses, internationalized domain names, and possibly mailto links. +* (T193868) $wgChangeTagsSchemaMigrationStage — This temporary setting, added in + MediaWiki 1.32, now defaults to MIGRATION_NEW instead of MIGRATION_WRITE_BOTH. * … ==== Removed configuration ==== +* (T199334) $wgTagStatisticsNewTable — This temporary setting, added in + MediaWiki 1.32, has now been removed. When loading Special:Tags, MediaWiki + will now always use the `change_tag_def` instead of the `change_tag` table. * … === New features in 1.33 ===