X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=f674d598d32c06cc7eab017fe0ab81edd793f7f4;hb=d08c8af43b0cb006efc611de3f2a4ecaf09194c4;hp=ef14ada1e849c8e6d62aef11dc06c53211384655;hpb=25d33bacb3496e9acb6ec0d7147b48a6a552c81d;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index ef14ada1e8..f674d598d3 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -140,9 +140,10 @@ production. ** ApiFormatDbg ** ApiFormatTxt ** ApiFormatYaml -* ApiQueryBase::getDirectionDescription is now marked as deprecated. It should - have been so marked since 1.25 when ApiBase::getParamDescription was - deprecated, but was overlooked at the time. +* ApiQueryBase::titleToKey(), ApiQueryBase::keyToTitle() and + ApiQueryBase::keyPartToTitle() all removed (deprecated since 1.24). +* ApiQueryBase::checkRowCount() was removed (deprecated since 1.24). +* ApiQueryBase::getDirectionDescription() was removed (deprecated since 1.25). === Languages updated in 1.27 === @@ -185,6 +186,10 @@ changes to languages because of Phabricator reports. * wfIsTrustedProxy() was removed (deprecated since 1.24). * wfGetIP() was removed (deprecated since 1.19). * MWHookException was removed. +* OutputPage::appendSubtitle() was removed (deprecated since 1.19). +* OutputPage::loginToUse() was removed (deprecated since 1.19). +* Article::loadContent() was removed (deprecated since 1.19). +* User::editToken() was removed (deprecated since 1.19). == Compatibility ==