diff --git a/RELEASE-NOTES-1.37 b/RELEASE-NOTES-1.37 index dec12dff99a..9cbe27015e5 100644 --- a/RELEASE-NOTES-1.37 +++ b/RELEASE-NOTES-1.37 @@ -452,10 +452,6 @@ because of Phabricator reports. features were deprecated. Skins should instead select from the features listed on [[mw:Manual:ResourceLoaderSkinModule]]. * ParserCache::getKey() and ::getEtag(), deprecated since 1.36, were removed. -* The experimental FileJournal system has been removed without deprecation. - This includes the FileJournal abstract class, its implementation classes - DBFileJournal and NullFileJournal, various minor getters and setters, and - the option for the wiki configuration $wgFileBackends. * The BaseTemplateToolbox hook, deprecated since 1.35, was removed. * Previously a capitalize-all-nouns class was added to the body element of languages where nouns must be capitalized. This class is no longer added to @@ -525,6 +521,7 @@ because of Phabricator reports. - ForeignDBRepo::getMasterDB() -> ::getPrimaryDB() - JobQueueDB::getMasterDB() -> ::getPrimaryDB() - ForeignDBViaLBRepo::getMasterDB() -> ::getPrimaryDB() + - DBFileJournal::getMasterDB() -> ::getPrimaryDB() - ILoadBalancer::getMasterPos() -> ::getPrimaryPos() - IDatabase::getMasterPos() -> ::getPrimaryPos() - ILoadBalancer::finalizeMasterChanges() -> ::finalizePrimaryChanges() diff --git a/RELEASE-NOTES-1.38 b/RELEASE-NOTES-1.38 index 41f6b3e6706..4d1e6c3a580 100644 --- a/RELEASE-NOTES-1.38 +++ b/RELEASE-NOTES-1.38 @@ -189,6 +189,10 @@ because of Phabricator reports. removed. * UserLoadOptions, UserSaveOptions and UserResetAllOptions hooks, deprecated since 1.37, were removed. +* The experimental FileJournal system has been removed without deprecation. This + includes the FileJournal abstract class, its implementation classes + DBFileJournal and NullFileJournal, various minor getters and setters, and + the option for the wiki configuration $wgFileBackends. * The return values for each `bind` function in checkboxHack.js has been changed from an object to a function. In addition, the `unbind` function has been removed. A deprecation process was assumed unnecessary as there were no known