Skip to content

Commit

Permalink
Move _value2member_map_ changelog back to 2.12.11 (#1874)
Browse files Browse the repository at this point in the history
Partially reverts 4acf578.
This had been included in 2.12.11 all along.
  • Loading branch information
jacobtylerwalls committed Nov 19, 2022
1 parent e316932 commit e3614aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Expand Up @@ -21,10 +21,6 @@ What's New in astroid 2.12.13?
==============================
Release date: TBA

* Add ``_value2member_map_`` member to the ``enum`` brain.

Refs PyCQA/pylint#3941

* Prevent returning an empty list for ``ClassDef.slots()`` when the mro list contains one class & it is not ``object``.

Refs PyCQA/pylint#5099
Expand Down Expand Up @@ -64,6 +60,10 @@ What's New in astroid 2.12.11?
==============================
Release date: 2022-10-10

* Add ``_value2member_map_`` member to the ``enum`` brain.

Refs PyCQA/pylint#3941

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

Closes PyCQA/pylint#7488.
Expand Down

0 comments on commit e3614aa

Please sign in to comment.