Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move changelog entry for dataclasses regression #1835

Merged
merged 1 commit into from Oct 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions ChangeLog
Expand Up @@ -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
Expand All @@ -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?
==============================
Expand Down