From abf93bcb1e67ff4ac0ef1d6c6ba93aa272265fe9 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 4 Nov 2022 11:11:58 +0100 Subject: [PATCH] Move changelog entries to 2.12.13 --- 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.