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 entries to 2.12.13 #1863

Merged
merged 1 commit into from Nov 4, 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
10 changes: 5 additions & 5 deletions ChangeLog
Expand Up @@ -16,18 +16,18 @@ Release date: TBA

Refs PyCQA/pylint#2567

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

Refs PyCQA/pylint#3941

* 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