Skip to content

Commit

Permalink
Move Changelog entry to the 2.15.6 milestone.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrnepr2 committed Jul 13, 2023
1 parent db16c8e commit e845e19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ Release date: TBA

* Move ``safe_infer()`` from ``helpers`` to ``util``. This avoids some circular imports.

* Fix a crash when inferring a `typing.TypeVar` call.

Closes pylint-dev/pylint#8802

* Reduce file system access in ``ast_from_file()``.

* Reduce time to ``import astroid`` by delaying ``astroid_bootstrapping()`` until
Expand Down Expand Up @@ -205,6 +201,10 @@ Release date: TBA

Closes pylint-dev/pylint#8749

* Fix a crash when inferring a `typing.TypeVar` call.

Closes pylint-dev/pylint#8802

* Avoid expensive list/tuple multiplication operations that would result in ``MemoryError``.

Closes pylint-dev/pylint#8748
Expand Down

0 comments on commit e845e19

Please sign in to comment.