summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-02-13 20:21:45 +0200
committercpopa <devnull@localhost>2014-02-13 20:21:45 +0200
commit0fdeea94931f90ed0cc2adf66924f5d555051d41 (patch)
treedd2dd83db6bedab726833fb42232418249dacde3
parentda95877968ed1c5a0c2f84071e8eed3ed2d8514a (diff)
downloadpylint-0fdeea94931f90ed0cc2adf66924f5d555051d41.tar.gz
Add ChangeLog entry.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e20d609..1095347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,10 @@ ChangeLog for Pylint
* Emit 'undefined-all-variable' if a package's __all__
variable contains a missing submodule (closes #126).
+ * Add a new warning 'abstract-class-instantiated' for checking
+ that abstract classes created with `abc` module and
+ with abstract methods are instantied.
+
2013-12-22 -- 1.1.0
* Add new check for use of deprecated pragma directives "pylint:disable-msg"
or "pylint:enable-msg" (I0022, deprecated-pragma) which was previously