summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@gmail.com>2014-08-01 07:12:30 +0200
committerMichal Nowikowski <godfryd@gmail.com>2014-08-01 07:12:30 +0200
commit29df6196ec16b8ad935de883d20985bd8c08684d (patch)
tree38e69b3d37c00189407a315590b1541ddd8a4af3
parent9eb9853d52091a24ceffd04679762a7efedc98fd (diff)
downloadpylint-29df6196ec16b8ad935de883d20985bd8c08684d.tar.gz
Added entry to changelog about closing issue 293.
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3e8d82..f8af093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ ChangeLog for Pylint
====================
--
+ * Improved presenting unused-import message. Closes issue #293.
* Added new checks for line endings if they are mixed (LF vs CRLF)
or if they are not as expected. New messages: mixed-line-endings,