summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-11-18 20:34:27 +0100
committerTorsten Marek <shlomme@gmail.com>2014-11-18 20:34:27 +0100
commitd3bc7c82ad96d7289e663bb3fbd9050ac47a5483 (patch)
tree3183c9ae2e3e96241dc8377447d84879ec3f3b81
parentcc413b49ce9dd63fcbe9396a5ac1c8c68872a6c1 (diff)
downloadastroid-git-astroid-1.3.tar.gz
Update the changelog for a new release.astroid-1.3
-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.