summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2019-12-27 14:51:02 +0100
committerhippo91 <guillaume.peillex@gmail.com>2019-12-27 14:51:02 +0100
commit4e3ef46565c7716e5c375fe53f9ef9bcbadf9b17 (patch)
tree3c7a6d4ad1203f8e6dd62a3185d190b851cd340d
parentf4da3d553b4bfc4af73a08707b513c67c037acdc (diff)
downloadastroid-git-bug_666.tar.gz
Add an entrybug_666
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b612aee0..54826817 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@ What's New in astroid 2.4.0?
============================
Release Date: TBA
+* Added a call to ``register_transform`` for all functions of the ``brain_numpy_core_multiarray``
+ module in case the current node is an instance of ``astroid.Name``
+
+ Close #666
+
* Added some functions of the ``numpy.core.multiarray`` module
Close PyCQA/pylint#3208