From 46c74060d1a18dfbe68098880f345b9b828a14b2 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 16 Oct 2022 23:29:03 +0200 Subject: [PATCH] Move changelog entry for dataclasses regression --- ChangeLog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 618fb4ab1..b24bbffa5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,11 @@ What's New in astroid 2.12.12? ============================== Release date: TBA +* Fixed a regression in the creation of the ``__init__`` of dataclasses with + multiple inheritance. + + Closes PyCQA/pylint#7434 + * Add the ``length`` parameter to ``hash.digest`` & ``hash.hexdigest`` in the ``hashlib`` brain. Refs PyCQA/pylint#4039 @@ -42,10 +47,6 @@ Release date: 2022-10-10 Closes PyCQA/pylint#7488. -* Fixed a regression in the creation of the ``__init__`` of dataclasses with - multiple inheritance. - - Closes PyCQA/pylint#7434 What's New in astroid 2.12.10? ==============================