summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadu Ciorba <radu@devrandom.ro>2015-05-09 17:45:21 +0300
committerRadu Ciorba <radu@devrandom.ro>2015-05-09 17:45:21 +0300
commit244c77a2af406a8bc917af2a0f217f632b0c3aa9 (patch)
tree2574c0380c588de2eb17348868e4c60a9def7604
parentf873e60fd80772675a5523e8ff1395097494d23e (diff)
downloadpylint-augassign_unused_argument.tar.gz
#518 add changelog entryaugassign_unused_argument
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 687327d..61d2405 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ ChangeLog for Pylint
--------------------
--
+ * Fix unused-argument false positive when the "+=" operator is used.
+ Closes issue #518.
+
* Don't emit import-error for ignored modules. PyLint will not emit import
errors for any import which is, or is a subpackage of, a module in
the ignored-modules list. Closes issue #223.