summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2021-01-23 18:11:10 +0100
committerhippo91 <guillaume.peillex@gmail.com>2021-01-23 18:11:10 +0100
commit7c614b397300514cc8a12421cc428463ca6a364f (patch)
tree847eaa424e84df2eab786e21f28e66722fced417 /ChangeLog
parent7c7848b7670e57517eb2b42ee605d18b4259248f (diff)
parent1322e5d7790b7e3aa629a4e86e3b9f9b5846886b (diff)
downloadastroid-git-7c614b397300514cc8a12421cc428463ca6a364f.tar.gz
Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroidsum_and_multiply
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26108c26..02852c69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
astroid's ChangeLog
===================
+* The ``context.path`` is now a ``dict`` and the ``context.push`` method
+ returns ``True`` if the node has been visited a certain amount of times.
+
+ Close #669
What's New in astroid 2.5.0?
============================