summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2014-09-29 10:55:21 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2014-09-29 10:55:21 +0300
commitc0998ff1213b51dd112f58bf226ad679fd358af2 (patch)
tree42d6be8a2aa2e1788cc5b056c47a0be13c40be08 /ChangeLog
parent98f5d9269b638952cb2ef38e2a424af676f5b35a (diff)
downloadastroid-git-c0998ff1213b51dd112f58bf226ad679fd358af2.tar.gz
Simplify the understanding of enum members.
This is a fix for Pylint issue #325.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e25275c5..e604c5ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@ Change log for the astroid package (used to be astng)
* Check that EmptyNode has an underlying object in
EmptyNode.has_underlying_object.
+ * Simplify the understanding of enum members.
+
2014-08-24 -- 1.2.1
* Fix a crash occurred when inferring decorator call chain.