From: jenkins-bot Date: Sat, 14 Jul 2018 00:17:30 +0000 (+0000) Subject: Merge "Follow-up 267d99fa8: Fix RELEASE-NOTES-1.32 line length" X-Git-Tag: 1.34.0-rc.0~4774 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=dae403a1bda6e93da9ff6da82f1e6a81453b1314;p=lhc%2Fweb%2Fwiklou.git Merge "Follow-up 267d99fa8: Fix RELEASE-NOTES-1.32 line length" --- dae403a1bda6e93da9ff6da82f1e6a81453b1314 diff --cc RELEASE-NOTES-1.32 index f8abf603ea,9615d4a357..02a1b89d88 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@@ -251,15 -242,10 +251,15 @@@ because of Phabricator reports OutputPage::showFileCopyError() and OutputPage::showUnexpectedValueError(). * The Replacer, DoubleReplacer, HashtableReplacer, and RegexlikeReplacer classes are now deprecated. Use a Closure instead. +* (T194263) ContentHandler::makeParserOptions() is deprecated. Use + WikiPage::makeParserOptions() or ParserOptions::newCanonical() instead. +* (T100681) Use of the Parsoid v1 API with the VirtualRESTService, deprecated in + MediaWiki 1.26, is now hard-deprecated. All known clients were converted to + the Parsoid v3 API in May 2015. === Other changes in 1.32 === - * (T198811) The following tables have had their UNIQUE indexes turned into proper - PRIMARY KEYs for increased maintainability: interwiki, page_props, + * (T198811) The following tables have had their UNIQUE indexes turned into + proper PRIMARY KEYs for increased maintainability: interwiki, page_props, protected_titles and site_identifiers. * …