Skip to content

Commit

Permalink
Move changelog to 2.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas authored May 7, 2022
1 parent 714c1d2 commit 8357070
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ Release date: TBA

Closes #4301

* Fix ``IndexError`` crash in ``uninferable_final_decorators`` method.

Relates to #6531

* By default the similarity checker will now ignore imports and ignore function signatures when computing
duplication. If you want to keep the previous behaviour set ``ignore-imports`` and ``ignore-signatures`` to ``False``.

Expand Down Expand Up @@ -311,6 +307,9 @@ What's New in Pylint 2.13.9?
============================
Release date: TBA

* Fix ``IndexError`` crash in ``uninferable_final_decorators`` method.

Relates to #6531


What's New in Pylint 2.13.8?
Expand Down
4 changes: 4 additions & 0 deletions doc/whatsnew/2.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -639,3 +639,7 @@ Other Changes
``open``

Closes #6414

* Fix ``IndexError`` crash in ``uninferable_final_decorators`` method.

Relates to #6531
4 changes: 0 additions & 4 deletions doc/whatsnew/2.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,6 @@ Other Changes
* By default the similarity checker will now ignore imports and ignore function signatures when computing
duplication. If you want to keep the previous behaviour set ``ignore-imports`` and ``ignore-signatures`` to ``False``.

* Fix ``IndexError`` crash in ``uninferable_final_decorators`` method.

Relates to #6531

* Pylint now expands the user path (i.e. ``~`` to ``home/yusef/``) and expands environment variables (i.e. ``home/$USER/$project``
to ``home/yusef/pylint`` for ``USER=yusef`` and ``project=pylint``) for pyreverse's ``output-directory``,
``import-graph``, ``ext-import-graph``, ``int-import-graph`` options, and the spell checker's ``spelling-private-dict-file``
Expand Down

0 comments on commit 8357070

Please sign in to comment.