Merge "Follow-up 267d99fa8: Fix RELEASE-NOTES-1.32 line length"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 14 Jul 2018 00:17:30 +0000 (00:17 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 14 Jul 2018 00:17:30 +0000 (00:17 +0000)
1  2 
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.
  * …