RELEASE-NOTES-1.37: Move comment from 20fd877 to 1.38, this missed the cut

Change-Id: I86bd08ed70d4bb7f39bb34a0dd5351e6f85782fc
This commit is contained in:
James D. Forrester 2021-11-04 16:55:38 -04:00 committed by Reedy
parent f4a02a1c53
commit 648652432b
2 changed files with 5 additions and 4 deletions

View file

@ -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()

View file

@ -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