diff --git a/ChangeLog b/ChangeLog index a34a49b13..d1b64c71e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,18 +16,18 @@ Release date: TBA Refs PyCQA/pylint#2567 -* Prevent returning an empty list for ``ClassDef.slots()`` when the mro list contains one class & it is not ``object``. - Refs PyCQA/pylint#5099 +What's New in astroid 2.12.13? +============================== +Release date: TBA * Add ``_value2member_map_`` member to the ``enum`` brain. Refs PyCQA/pylint#3941 +* Prevent returning an empty list for ``ClassDef.slots()`` when the mro list contains one class & it is not ``object``. -What's New in astroid 2.12.13? -============================== -Release date: TBA + Refs PyCQA/pylint#5099 * Infer the `length` argument of the ``random.sample`` function.