summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e8d79d43..3dc350fb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -90,6 +90,11 @@ Release date: TBA
Closes #5504
+* When invoking ``pylint``, ``symilar`` or ``pyreverse`` by importing them in a python file
+ you can now pass an ``arguments`` keyword besides patching ``sys.argv``.
+
+ Closes #5320
+
* The ``PyLinter`` class will now be initialized with a ``TextReporter``
as its reporter if none is provided.