summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f648659..4288d89c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,8 @@ Change log for the astroid package (used to be astng)
* Fix an infinite loop with decorator call chain inference,
where the decorator returns itself. Closes issue #50.
+ * Various speed improvements. Patch by Alex Munroe.
+
2014-08-24 -- 1.2.1
* Fix a crash occurred when inferring decorator call chain.