Skip to content

Commit

Permalink
Move changelog entry for dataclasses regression (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and Pierre-Sassoulas committed Oct 19, 2022
1 parent a97d958 commit a0ee56c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Expand Up @@ -20,6 +20,8 @@ What's New in astroid 2.12.12?
==============================
Release date: TBA



* Add the ``length`` parameter to ``hash.digest`` & ``hash.hexdigest`` in the ``hashlib`` brain.

Refs PyCQA/pylint#4039
Expand All @@ -32,11 +34,16 @@ What's New in astroid 2.12.11?
==============================
Release date: 2022-10-10

* Improve detection of namespace packages for the modules with ``__spec__`` set to None.

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?
==============================
Release date: 2022-09-17
Expand Down

0 comments on commit a0ee56c

Please sign in to comment.