X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=cc78a8a6d161f8ff9119f76ab3af58e76afeeae0;hb=b59ca1b44cab5f114cb4f12501e1278c2413a716;hp=1d6d4047fa71debdbe39434d5e682b91d37a0c86;hpb=eff3a3bc47797f56fd0fa1f55a63aac349d448c1;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index 1d6d4047fa..cc78a8a6d1 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -130,6 +130,9 @@ production. the text before diffing it. * Deprecated formats dbg, txt, and yaml have been removed. * (T47988) The protect log event details now use new-style formatting. +* The following response properties from action=login are deprecated, and may + be removed in the future: lgtoken, cookieprefix, sessionid. Clients should + handle cookies to properly manage session state. === Action API internal changes in 1.27 === * ApiQueryORM removed. @@ -182,6 +185,8 @@ 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). == Compatibility ==