summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-27 22:49:51 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-27 22:49:51 +0300
commit29a3b51b53c7f381ca5c451303366e6aa79720bc (patch)
treeed9bc19e3609c3f4a8b810b0e3cdbb6aec6fb5a4 /ChangeLog
parentf36635d125f78605870dd758be96747af00372c3 (diff)
downloadpylint-29a3b51b53c7f381ca5c451303366e6aa79720bc.tar.gz
Add ChangeLog entry for the deprecated-module change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32492da..abd0ad3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -300,6 +300,9 @@ ChangeLog for Pylint
The error is emitted on Python 3 when a nonlocal name is not bound
to any variable in the parents scopes. Closes issue #582.
+ * 'deprecated-module' can be shown for modules which aren't
+ available. Closes issue #362.
+
2015-03-14 -- 1.4.3