summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2011-07-08 12:08:07 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2011-07-08 12:08:07 +0200
commit026ec12b53abfeb44b679e9f3d3bbc71e0107247 (patch)
treec4fb075fbd013b837f018a14151ce0aebc4e8950 /ChangeLog
parent45eb34c8e5922ed0360df8e7e8dc1acd596d94ae (diff)
downloadastroid-026ec12b53abfeb44b679e9f3d3bbc71e0107247.tar.gz
closes #70497: Crash on AttributeError: 'NoneType' object has no attribute '_infer_name' by fixing constant factory
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cb71b8..87d7e15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@ Change log for the astng package
--
* added column offset information on nodes (patch by fawce)
-
+ * #70497: Crash on AttributeError: 'NoneType' object has no attribute '_infer_name'
+
2011-01-11 -- 0.21.1
* python3: handle file encoding; fix a lot of tests