File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,24 @@ Release date: TBA
1818* Rename ``ModuleSpec`` -> ``module_type`` constructor parameter to match attribute
1919 name and improve typing. Use ``type`` instead.
2020
21- * Fix a bug where in attempting to handle the patching of ``distutils`` by ``virtualenv``,
22- library submodules called ``distutils`` (e.g. ``numpy.distutils``) were included also.
2321
24- Refs PyCQA/pylint#6497
22+ What's New in astroid 2.11.6?
23+ =============================
24+ Release date: TBA
2525
2626
2727What's New in astroid 2.11.5?
2828=============================
29- Release date: TBA
29+ Release date: 2022-05-09
3030
3131* Fix crash while obtaining ``object_type()`` of an ``Unknown`` node.
3232
3333 Refs PyCQA/pylint#6539
3434
35+ * Fix a bug where in attempting to handle the patching of ``distutils`` by ``virtualenv``,
36+ library submodules called ``distutils`` (e.g. ``numpy.distutils``) were included also.
37+
38+ Refs PyCQA/pylint#6497
3539
3640What's New in astroid 2.11.4?
3741=============================
You can’t perform that action at this time.
0 commit comments