summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba821506..e13a6f06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Change log for the astroid package (used to be astng)
=====================================================
---
+2014-11-20 -- 1.3.0
+
* Fix a maximum recursion error occured during the inference,
where statements with the same name weren't filtered properly.
Closes pylint issue #295.