Merge "Strip soft hyphens (U+00AD) from title"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 18 May 2018 15:32:30 +0000 (15:32 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 18 May 2018 15:32:30 +0000 (15:32 +0000)
1  2 
RELEASE-NOTES-1.32

@@@ -106,11 -92,10 +106,13 @@@ because of Phabricator reports
    of queueing style modules as well.
  * OutputPage::addModuleScripts() and ParserOutput::addModuleScripts are
    deprecated. Use addModules() instead.
 +* Overriding SearchEngine::{searchText,searchTitle,searchArchiveTitle}
 +  in extending classes is deprecated.  Extend related doSearch* methods
 +  instead.
  
  === 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.
  * …
  
  == Compatibility ==