X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=216280d5a110972a72aedb00dafbfa84cbbf9266;hb=40a60e4c3dcff5fce143aebdc2080a19c419df0f;hp=dc20ee95cc4c2e92b45d56e4ac03f0a56d05ee67;hpb=2ec769193eec7084c49ed4b4de04fbf023cb5d91;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index dc20ee95cc..216280d5a1 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -56,6 +56,7 @@ production. ==== New external libraries ==== * Added wikimedia/password-blacklist 0.1.4. * Added guzzlehttp/guzzle 6.3.3. +* Added jakub-onderka/php-console-highlighter 0.3.2 explicitly (dev-only). ==== Changed external libraries ==== * Updated OOUI from v0.29.2 to v0.30.2. @@ -67,6 +68,9 @@ production. used instead. * Updated qunitjs from 2.6.2 to 2.9.1. * Updated jquery-client from 2.0.1 to 2.0.2. +* Updated psy/psysh from 0.9.6 to 0.9.9 (dev-only). +* Updated nikic/php-parser from 3.1.3 to 3.1.5 (dev-only). +* Updated pear/net_smtp from 1.8.0 to 1.8.1. ==== Removed external libraries ==== @@ -282,10 +286,11 @@ because of Phabricator reports. use the new extension registration key 'QUnitTestModule'. * (T213426) The jquery.throttle-debounce module has been deprecated. JavaScript code that needs this behaviour should use OO.ui.debounce/throttle. +* The mw.language.specialCharacters property from the + 'mediawiki.language.specialCharacters' module has been deprecated. + Use require( 'mediawiki.language.specialCharacters' ) instead. === Other changes in 1.33 === -* (T208871) The hard-coded Google search form on the database error page was - removed. * (T201747) Html::openElement() warns if given an element name with a space in it.