diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-11-25 10:05:09 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-11-25 10:05:09 +0100 |
commit | 75c593a39d0a249ff64aad564857688b2bc5c4cc (patch) | |
tree | 41d2231a83510b230b025ed50a03f2909dc7604a | |
parent | d24bf389227bab39364587762a9eb344eb27d3bb (diff) | |
download | astroid-git-75c593a39d0a249ff64aad564857688b2bc5c4cc.tar.gz |
update changelog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ Change log for the astng package ================================ + -- + * fix #13944: false positive for class/instance attributes (Instance.getattr + should return assign nodes on instance classes as well as instance. + * include spelling fixes provided by Dotan Barak + 2009-08-27 -- 0.19.1 * fix #8771: crash on yield expression |