aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.37
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE-NOTES-1.37')
-rw-r--r--RELEASE-NOTES-1.372
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.37 b/RELEASE-NOTES-1.37
index d561fc76dfe4..b83505a70468 100644
--- a/RELEASE-NOTES-1.37
+++ b/RELEASE-NOTES-1.37
@@ -493,6 +493,8 @@ because of Phabricator reports.
warnings.
* CentralIdLookup::factory and ::factoryNonLocal were deprecated, obtain an
instance from MediaWikiServices instead.
+* BotPassword::invalidateAllPasswordsForCentralId() was deprecated.
+* BotPassword::removeAllPasswordsForCentralId() was deprecated.
* The Title class members: $mTextform, $mUrlform, $mDbkeyform, $mNamespace,
$mInterwiki, and $mFragment have been deprecated to not be used directly.
Instead, their corresponding accessor methods should be used.