diff options
Diffstat (limited to 'RELEASE-NOTES-1.35')
-rw-r--r-- | RELEASE-NOTES-1.35 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.35 b/RELEASE-NOTES-1.35 index 77d714e495d4..297d45f125e1 100644 --- a/RELEASE-NOTES-1.35 +++ b/RELEASE-NOTES-1.35 @@ -546,6 +546,8 @@ because of Phabricator reports. * ResourceLoader no longer provides the (always-true) variables for wgEnableAPI and wgEnableWriteAPI; they were deprecated in MediaWiki 1.31 and removed from the PHP environment in MediaWiki 1.32. +* The wfSetupSession global function, deprecated in 1.27, was removed. Use the + persist() method of the right MediaWiki\Session\SessionManager object instead. * … === Deprecations in 1.35 === |