diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2014-09-29 10:55:21 +0300 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2014-09-29 10:55:21 +0300 |
| commit | c0998ff1213b51dd112f58bf226ad679fd358af2 (patch) | |
| tree | 42d6be8a2aa2e1788cc5b056c47a0be13c40be08 /ChangeLog | |
| parent | 98f5d9269b638952cb2ef38e2a424af676f5b35a (diff) | |
| download | astroid-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
