summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@gmail.com>2014-08-06 06:56:17 +0200
committerMichal Nowikowski <godfryd@gmail.com>2014-08-06 06:56:17 +0200
commitf5c6351be7ecbf7c8f6d7afa1a336d854c80eb64 (patch)
tree956b1c48f40de448ca246a6007262a5a35a8d919 /ChangeLog
parentaf7fffd376ee43a0e6af4770cef01c53037cfd3e (diff)
parent1be680429bd86e93fe47c4398b82dccded80ea6d (diff)
downloadpylint-fix-293.tar.gz
mergefix-293
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ae9ce5..bb79521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ ChangeLog for Pylint
====================
--
+ * Improved presenting unused-import message. Closes issue #293.
+
* Add new checker for finding spelling errors. New messages:
wrong-spelling-in-comment, wrong-spelling-in-docstring.
New options: spelling-dict, spelling-ignore-words.