summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@gmail.com>2021-06-27 06:51:11 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 19:12:56 +0200
commit9dd9c0fb4505d70d01701cc61ddbd03ca7e6b5d5 (patch)
treee61f2d16d2f9a8d85ad0bac5d6b139a39a31e951
parent1e593ac1a24766a8ed4706ba48493edce76cf6e3 (diff)
downloadpylint-git-9dd9c0fb4505d70d01701cc61ddbd03ca7e6b5d5.tar.gz
Updated whatsnew and changelog
-rw-r--r--ChangeLog5
-rw-r--r--doc/whatsnew/2.9.rst3
2 files changed, 8 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``
diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst
index 514dcb3ee..9d4832663 100644
--- a/doc/whatsnew/2.9.rst
+++ b/doc/whatsnew/2.9.rst
@@ -77,3 +77,6 @@ Other Changes
* Fix false positive ``useless-type-doc`` on ignored argument using ``pylint.extensions.docparams`` when a function
was typed using pep484 but not inside the docstring.
+
+* Fix missing support for detecting deprecated aliases to existing functions/methods.
+ functions/methods.