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 _value2member_map_ changelog back to 2.12.11 #1874

Merged
merged 1 commit into from Nov 19, 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
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