X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.31;h=899f8b3d95557273544400ddadb8d33c1f976c22;hb=15624aaeb90574a2ee7eb0916c0e3741acba85ab;hp=7b2ece99b5fec8a2a0b166a6876e3cf32f170878;hpb=9c458249d68fb1956ea8f947e8f5b84fc690d989;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index 7b2ece99b5..899f8b3d95 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -293,6 +293,15 @@ changes to languages because of Phabricator reports. can use ApiOpenSearch::getOpenSearchTemplate() instead. * The global function wfBaseConvert, deprecated in 1.27, has been removed. Use Wikimedia\base_convert() directly. +* RFC 157418: Whitespace is trimmed from wikitext headings, wikitext list items, + wikitext table captions, wikitext table headings, wikitext table cells. HTML + headings, HTML list items, HTML table captions, HTML table headings, HTML table cells + will not have this trimming behavior. +* Calling Database::begin() explicitly during an implicit transaction or when DBO_TRX + is set results in an exception. Calling Database::commit() explicitly for an implicit + transaction also results in an exception. Previously these were logged as errors. + The startAtomic() and endAtomic() methods, or AtomicSectionUpdate should be used + instead. == Compatibility == MediaWiki 1.31 requires PHP 5.5.9 or later. Although HHVM 3.18.5 or later is supported,