summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-09-14 22:15:55 +0200
committerGitHub <noreply@github.com>2020-09-14 22:15:55 +0200
commitbb3572368c7ebf4155e9c3bbe5911a5331aec730 (patch)
tree7c71149c84a805867d75532028913cfaa6c832cc /ChangeLog
parente39d8fe2bbccd3851dcf456667f91b56aa692085 (diff)
downloadastroid-git-bb3572368c7ebf4155e9c3bbe5911a5331aec730.tar.gz
Add the value parameter in the signature of the __or__ method of the ndarray class.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68bddc2e..7a39ab2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,11 @@ Release Date: TBA
Fixes PyCQA/pylint#3640
+* Fixes a bug in the signature of the ``ndarray.__or__`` method,
+ in the ``brain_numpy_ndarray.py`` module.
+
+ Fixes #815
+
* Added a brain for ``sqlalchemy.orm.session``
* Separate string and bytes classes patching