From 4acf5785c54f4ccb8f41402991f6ddc5d8b28b89 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 4 Nov 2022 11:30:24 +0100 Subject: [PATCH] Move changelog entries to 2.12.13 (#1863) --- ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.