summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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