diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-09-27 22:49:51 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-09-27 22:49:51 +0300 |
commit | 29a3b51b53c7f381ca5c451303366e6aa79720bc (patch) | |
tree | ed9bc19e3609c3f4a8b810b0e3cdbb6aec6fb5a4 | |
parent | f36635d125f78605870dd758be96747af00372c3 (diff) | |
download | pylint-29a3b51b53c7f381ca5c451303366e6aa79720bc.tar.gz |
Add ChangeLog entry for the deprecated-module change.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |