Skip to content

Commit

Permalink
Add changelog entries for issue pylint-dev#4689
Browse files Browse the repository at this point in the history
  • Loading branch information
DudeNr33 committed Jul 19, 2021
1 parent 5129104 commit 7b01254
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Expand Up @@ -66,6 +66,11 @@ Release date: TBA

Closes #4668

* No longer emit ``consider-using-with`` for ``ThreadPoolExecutor`` and ``ProcessPoolExecutor``
as they have legitimate use cases without a ``with`` block.

Closes #4689


What's New in Pylint 2.9.3?
===========================
Expand Down
3 changes: 3 additions & 0 deletions doc/whatsnew/2.9.rst
Expand Up @@ -99,3 +99,6 @@ Other Changes
functions/methods.

* Added various deprecated functions/methods for python 3.10, 3.7, 3.6 and 3.3

* No longer emit ``consider-using-with`` for ``ThreadPoolExecutor`` and ``ProcessPoolExecutor``
as they have legitimate use cases without a ``with`` block.

0 comments on commit 7b01254

Please sign in to comment.