diff options
-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 +* 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 |