diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2020-12-29 15:01:41 +0100 |
|---|---|---|
| committer | hippo91 <guillaume.peillex@gmail.com> | 2020-12-29 15:01:41 +0100 |
| commit | be47792c1d064266b9603bc3caac315f99342d0b (patch) | |
| tree | 9e76f4c8c198c0d6fb001f72f81273f38d1cef86 /ChangeLog | |
| parent | f1613f46281830a96fa7bd6d1eb97c9544e459e2 (diff) | |
| parent | 99d9c77cc276b1c5f5d76d91282d05b5df3a2c21 (diff) | |
| download | astroid-git-be47792c1d064266b9603bc3caac315f99342d0b.tar.gz | |
Merge branch 'master' into fix_deprecated_importlib_methods
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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 |
