summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-05-01 08:39:18 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-05-01 09:04:04 +0200
commitec2053bf4d7b1f76c1c2a97b4c67833c8b62549a (patch)
tree21623aa6087693ec5100e3a3168874b8c0740a83 /ChangeLog
parent90d42153b9e337ebdc21a6e829197d2ef4f6afb7 (diff)
downloadpylint-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58df80de3..3b83e4608 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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?
===========================