summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2014-10-16 09:16:03 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2014-10-16 09:16:03 +0300
commitc4f0d9dd4f55887a8420b8085feee55026875bb5 (patch)
treec5f078d6a7c374178ae839b958794991c674d1d4 /ChangeLog
parentc0998ff1213b51dd112f58bf226ad679fd358af2 (diff)
downloadastroid-git-c4f0d9dd4f55887a8420b8085feee55026875bb5.tar.gz
Fix an infinite loop with decorator call chain inference, where the decorator returns itself. Closes issue #50.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e604c5ba..0f648659 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@ Change log for the astroid package (used to be astng)
* Simplify the understanding of enum members.
+ * Fix an infinite loop with decorator call chain inference,
+ where the decorator returns itself. Closes issue #50.
+
2014-08-24 -- 1.2.1
* Fix a crash occurred when inferring decorator call chain.