Update RELEASE_NOTES with replacements

Follow up to d93f45b034

Change-Id: Icb0222486cd7ffecfa03fb893312a17e4b947b63
This commit is contained in:
jdlrobson 2021-09-23 08:59:48 -07:00
parent d93f45b034
commit 87e96b995a

View file

@ -99,7 +99,12 @@ because of Phabricator reports.
include Skin::privacyLink(), aboutLink(), disclaimerLink(), makeUrl()
getIndicatorsHTML(), getLogo(), subPageSubtitle(), getSearchLink(),
makeVariablesScript(), getAllowedSkins(), getSkinNames() and
mainPageLink().
mainPageLink(). Use Skin::footerLink for footer links instead of
privacyLink, aboutLink and disclaimerLink. For others use
Skin::getIndicatorsData, ResourceLoaderSkinModule::getAvailableLogos,
Skin::prepareSubtitle, Skin::getSearchPageTitle,
ResourceLoader::makeInlineScript(), SkinFactory::getAllowedSkins
or SkinFactory::getInstalledSkins().
* …
=== Deprecations in 1.38 ===