diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-05-01 08:39:18 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-05-01 09:04:04 +0200 |
commit | ec2053bf4d7b1f76c1c2a97b4c67833c8b62549a (patch) | |
tree | 21623aa6087693ec5100e3a3168874b8c0740a83 /ChangeLog | |
parent | 90d42153b9e337ebdc21a6e829197d2ef4f6afb7 (diff) | |
download | pylint-git-ec2053bf4d7b1f76c1c2a97b4c67833c8b62549a.tar.gz |
Revert pylint.Run's `exit` parameter to ``do_exit``
This has been inadvertently changed several releases ago to ``do_exit``.
Close #3533
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ Release date: TBA Close #3527 +* Revert pylint.Run's `exit` parameter to ``do_exit`` + + This has been inadvertently changed several releases ago to ``do_exit``. + + Close #3533 + What's New in Pylint 2.5.0? =========================== |