summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2021-01-30 22:40:55 -0800
committerClaudiu Popa <pcmanticore@gmail.com>2021-02-07 10:10:52 +0100
commit599fe72a0c0e07e2a7720237c40800aa3c611708 (patch)
treef00321410311d97cc24268692dcc4ea534355e0c /ChangeLog
parent4629b93e59037e7d43fd70cb19085c6cb93d58a6 (diff)
downloadastroid-git-599fe72a0c0e07e2a7720237c40800aa3c611708.tar.gz
Corrected the parent of function type comment nodes
These nodes used to be parented to their original ast.FunctionDef parent but are now correctly parented to their astroid.FunctionDef parent. Closes #851
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd0c428a..c33facc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -123,6 +123,13 @@ Release Date: TBA
Close PyCQA/pylint#3904
+* Corrected the parent of function type comment nodes.
+
+ These nodes used to be parented to their original ast.FunctionDef parent
+ but are now correctly parented to their astroid.FunctionDef parent.
+
+ Close PyCQA/astroid#851
+
What's New in astroid 2.4.2?
============================