X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.31;h=81854abf0372bc2d71931c80888cf648ab69ce1b;hp=cf8e6e99aa41e1dc9defb25ff21b6cb10d3c3a04;hb=18fcb2bf29eca1ad0c15aafaa3b4bf4b1c8a3355;hpb=70532ff53fae4442bd776df70b849acdb3714679 diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index cf8e6e99aa..81854abf03 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -9,6 +9,10 @@ THIS IS NOT A RELEASE YET * (T200254) Add pear/Net_SMTP 1.7.3 to composer dependencies. * (T206765) Load installer i18n when running update.php. * (T109121) Remove deprecated pear/mail_mime-decode from composer suggested libraries. +* (T200595) Fix PHP 7.3 warnings of using "continue" in some scenarios instead + of "break". +* (T206979) Fix PHP 7.3 warnings of using "compact()" when some variables may + not be set. == MediaWiki 1.31.1 ==