X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=dca8311d78b0020c2ed7df76f7d23f4d7f76e758;hb=9befbd38dce32d24deeb20fddc17e21dfd052f71;hp=3d193d4d2e461c57e4f0735999f984334831cf52;hpb=9da597821b560f8822a9b23275ed804d8f7005b6;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 3d193d4d2e..dca8311d78 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -126,6 +126,11 @@ because of Phabricator reports. * (T140807) The wgResourceLoaderLESSImportPaths configuration option was removed from ResourceLoader. Instead, use `@import` statements in LESS to import files directly from nearby directories within the same project. +* The protected methods PHPSessionHandler::returnSuccess() and returnFailure(), + only needed for PHP5 compatibility, have been removed. It now uses the boolean + values `true` and `false` respectively. +* The $parserMemc global and wfGetParserCacheStorage(), deprecated since 1.30, + were removed. Use the ParserCache class instead. === Deprecations in 1.32 === * Use of a StartProfiler.php file is deprecated in favour of placing @@ -156,10 +161,6 @@ because of Phabricator reports. * The ApiQueryContributions class has been renamed to ApiQueryUserContribs. === Other changes in 1.32 === -* Soft hyphens (U+00AD) are now automatically removed from titles; these - characters can accidentally end up in copy-and-pasted titles. -* Strip Unicode 6.3.0 directional formatting characters (U+061C, U+2066, - U+2067, U+2068, U+2069) from the title. * … == Compatibility ==