summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Bastin <nick.bastin@gmail.com>2015-12-21 08:42:57 -0800
committerClaudiu Popa <pcmanticore@gmail.com>2015-12-24 15:14:15 +0200
commitcc1758a73bfa2a369d234dae450dbdedeeafa582 (patch)
treee9a017a5aa285e6a5d25bb82c0421091830834a4
parenta157de3fb29fad74c6cdf0182d4bea7b91135358 (diff)
downloadpylint-git-cc1758a73bfa2a369d234dae450dbdedeeafa582.tar.gz
Add changelog update
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea4353c09..5f88438c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
ChangeLog for Pylint
--------------------
-2015-12-21
+--
+ * Suppress reporting 'unneeded-not' inside `__ne__` methods
+
+ Closes issue #749.
+
+2015-12-21
+
* Don't crash if graphviz is not installed, instead emit a
warning letting the user to know.