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? ==============================