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.373
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.37 b/RELEASE-NOTES-1.37
index e6630b2e4be3..862971539644 100644
--- a/RELEASE-NOTES-1.37
+++ b/RELEASE-NOTES-1.37
@@ -199,6 +199,9 @@ because of Phabricator reports.
=== Deprecations in 1.37 ===
* JobQueue::getWiki, deprecated in 1.33, now emits deprecation warnings.
+* In AbstractBlock, the getTargetAndType() and getTarget() methods are
+ deprecated. Instead use getTargetName() and getTargetUserIdentity() together
+ with getType().
* Deprecated passing UserIdentity to
WatchlistManager::clearAllUserNotifications() and
WatchlistManager::clearTitleUserNotifications(). Pass Authority instead.