diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2019-12-30 14:12:26 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2019-12-30 14:12:26 +0100 |
commit | 06c98d3c3cff7670c4330882ca6acd4a505a6903 (patch) | |
tree | 7948dd0dcff9ed54d5e307aec2d618ea1b20897a | |
parent | be78cd4a531aeb66f2c2292fb717f8c5db6e2a47 (diff) | |
download | astroid-git-06c98d3c3cff7670c4330882ca6acd4a505a6903.tar.gz |
Added an entry
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |