summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2009-03-25 09:17:17 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2009-03-25 09:17:17 +0100
commit52fea6d97bab8dd19e9ee7f43a962fc145e5fa45 (patch)
treef491590d96f0beb791184215c5bf96a7e400a496 /ChangeLog
parenta598f9a04aacece6e86248993999ffacd5d0634d (diff)
downloadastroid-git-52fea6d97bab8dd19e9ee7f43a962fc145e5fa45.tar.gz
0.19
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 90bdf1f5..4aab51ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,22 @@
Change log for the astng package
================================
---
+2009-03-25 -- 0.19.0
+ * fixed python 2.6 issue (tests ok w/ 2.4, 2.5, 2.6. Anyone using 2.2 / 2.3
+ to tell us if it works?)
* some understanding of the __builtin__.property decorator
* inference: introduce UnboundMethod / rename InstanceMethod to BoundMethod
-
-2009-03-19 -- 0.18.0
+
+
+
+2009-03-19 -- 0.18.0
* major api / tree structure changes to make it works with compiler *and*
python >= 2.5 _ast module
+
* cleanups and refactoring on the way
-
+
+
2008-11-19 -- 0.17.4
* fix #6015: filter statements bug triggering W0631 false positive in pylint