summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11e4416c5..b09d74cfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,11 @@ Release date: TBA
Closes #1548
+* Fix missing support for detecting deprecated aliases to existing
+ functions/methods.
+
+ Closes #4618
+
* astroid has been upgraded to 2.6.0
* Fix false positive ``useless-type-doc`` on ignored argument using ``pylint.extensions.docparams``