Skip to content

Commit

Permalink
Move changelog entries to 2.12.13 (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and Pierre-Sassoulas committed Nov 19, 2022
1 parent e1aabb7 commit b20dafc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ChangeLog
Expand Up @@ -7,9 +7,10 @@ What's New in astroid 2.13.0?
Release date: TBA


* 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.

Expand All @@ -19,10 +20,9 @@ Release date: TBA

Closes PyCQA/pylint#7488.

* 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.

Expand Down

0 comments on commit b20dafc

Please sign in to comment.