summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3622e7fa..4950d1ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,11 +13,14 @@ Release Date: TBA
Fixes PyCQA/pylint#3640
-* Fixes a bug in the signature of the ``ndarray.__or__`` method,
+* Fixes a bug in the signature of the ``ndarray.__or__`` method,
in the ``brain_numpy_ndarray.py`` module.
Fixes #815
+* Fixes a to-list cast bug in ``starred_assigned_stmts`` method,
+ in the ``protocols.py` module.
+
* Added a brain for ``hypothesis.strategies.composite``
* The transpose of a ``numpy.ndarray`` is also a ``numpy.ndarray``