summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2019-12-30 14:12:26 +0100
committerhippo91 <guillaume.peillex@gmail.com>2019-12-30 14:12:26 +0100
commit06c98d3c3cff7670c4330882ca6acd4a505a6903 (patch)
tree7948dd0dcff9ed54d5e307aec2d618ea1b20897a
parentbe78cd4a531aeb66f2c2292fb717f8c5db6e2a47 (diff)
downloadastroid-git-06c98d3c3cff7670c4330882ca6acd4a505a6903.tar.gz
Added an entry
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b612aee0..d66b3710 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@ What's New in astroid 2.4.0?
============================
Release Date: TBA
+* 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
+
* Added some functions of the ``numpy.core.multiarray`` module
Close PyCQA/pylint#3208