summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-12-29 15:01:41 +0100
committerhippo91 <guillaume.peillex@gmail.com>2020-12-29 15:01:41 +0100
commitbe47792c1d064266b9603bc3caac315f99342d0b (patch)
tree9e76f4c8c198c0d6fb001f72f81273f38d1cef86 /ChangeLog
parentf1613f46281830a96fa7bd6d1eb97c9544e459e2 (diff)
parent99d9c77cc276b1c5f5d76d91282d05b5df3a2c21 (diff)
downloadastroid-git-be47792c1d064266b9603bc3caac315f99342d0b.tar.gz
Merge branch 'master' into fix_deprecated_importlib_methods
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 145da380..122a9eeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ astroid's ChangeLog
What's New in astroid 2.5.0?
============================
Release Date: TBA
+
* Fix deprecated importlib methods
Closes #703
@@ -17,11 +18,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``
@@ -70,9 +74,13 @@ Release Date: TBA
Close #594
Close #681
-What's New in astroid 2.4.3?
-============================
-Release Date: TBA
+* Do not crash when encountering starred assignments in enums.
+
+ Close #835
+
+* Fix a crash in functools.partial inference when the arguments cannot be determined
+
+ Close PyCQA/pylint#3776
* Fix a crash caused by a lookup of a monkey-patched method