Update release notes following the refactor of Block
authorThalia <thalia.e.chan@googlemail.com>
Mon, 13 May 2019 17:19:51 +0000 (18:19 +0100)
committerThalia <thalia.e.chan@googlemail.com>
Mon, 13 May 2019 18:56:32 +0000 (19:56 +0100)
This is a follow-up to I83bceb5.

Bug: T222737
Change-Id: Ic01a4bb196733a719860c21b7c9b8a41a2e1257a

RELEASE-NOTES-1.34

index 247f48e..ea78989 100644 (file)
@@ -157,6 +157,8 @@ because of Phabricator reports.
 * JobQueueGroup::pushLazyJobs(), deprecated in 1.33, has been removed.
 * MediaWikiTestCase::stashMwGlobals(), deprecated in 1.32, has been removed.
 * SearchEngine::transformSearchTerm(), deprecated in 1.32, has been removed.
+* The Block typehint only refers to blocks stored in the database. It should be
+  updated to AbstractBlock in cases where any type of block could be expected.
 * …
 
 === Deprecations in 1.34 ===
@@ -192,6 +194,9 @@ because of Phabricator reports.
 * The getSubjectPage, getTalkPage, and getOtherPage of Title are deprecated.
   Use NamespaceInfo's getSubjectPage, getTalkPage, and getAssociatedPage.
 * MWMessagePack class, no longer used, has been deprecated in 1.34.
+* The Block class is separated into Block (for blocks stored in the database),
+  and SystemBlock (for temporary blocks created by the system). SystemBlock
+  should be used when creating any temporary blocks.
 
 === Other changes in 1.34 ===
 * …