diff options
| author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2014-10-16 09:16:03 +0300 |
|---|---|---|
| committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2014-10-16 09:16:03 +0300 |
| commit | c4f0d9dd4f55887a8420b8085feee55026875bb5 (patch) | |
| tree | c5f078d6a7c374178ae839b958794991c674d1d4 /ChangeLog | |
| parent | c0998ff1213b51dd112f58bf226ad679fd358af2 (diff) | |
| download | astroid-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
