summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2014-10-20 17:41:05 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2014-10-20 17:41:05 +0300
commit2e2d04b4c270f31c1a9883e9ae41bb2d4cbca3fe (patch)
tree0be6f15bf00f1a276418ca292cad029d53ebd35b /ChangeLog
parent1ed485519d63e3fa9cd87cf336f39445d3488396 (diff)
parent3a090e2819c85abacae5dd244733408cb110e427 (diff)
downloadastroid-git-2e2d04b4c270f31c1a9883e9ae41bb2d4cbca3fe.tar.gz
Various speed improvements.
Patch by Alex Munroe.
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.