summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2009-11-25 10:05:09 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2009-11-25 10:05:09 +0100
commit75c593a39d0a249ff64aad564857688b2bc5c4cc (patch)
tree41d2231a83510b230b025ed50a03f2909dc7604a
parentd24bf389227bab39364587762a9eb344eb27d3bb (diff)
downloadastroid-git-75c593a39d0a249ff64aad564857688b2bc5c4cc.tar.gz
update changelog
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f7feb1e..50ff441f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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