French space armoring: Use unicode regex instead of octal escapes
[lhc/web/wiklou.git] / RELEASE-NOTES-1.32
index 5dbf873..731f874 100644 (file)
@@ -211,6 +211,9 @@ because of Phabricator reports.
   it had unexpected behavior (only marking text if it looked like a URL)
   and was only used in a single place in the code.  Use
   LanguageConverter::markNoConversion() instead.
+* (T176526) EditPage::getContextTitle() falling back to $wgTitle when the
+  context title is unset is now deprecated; anything creating an EditPage
+  instance should set the context title via ::setContextTitle().
 
 === Other changes in 1.32 ===
 * …