diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2013-02-22 16:47:16 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2013-02-22 16:47:16 +0100 |
commit | 4077f9a81dc9125b32cb25f6abf5905ad5e2df04 (patch) | |
tree | 48cdfa86d2fba5087d5c12741bffb6f70a511e2d | |
parent | aa5c507dcbe450912e24665d2e3be46bbdddcce5 (diff) | |
download | astroid-git-4077f9a81dc9125b32cb25f6abf5905ad5e2df04.tar.gz |
fix Changelog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Change log for the astng package ================================ -- + + * #109562 [jython]: java modules have no __doc__, causing crash + * #109988 [py3]: test fixes + +2012-10-05 -- 0.24.1 * #106191: fix __future__ absolute import w/ From node * #50395: fix function fromlineno when some decorator is splited on multiple lines (patch by Mark Gius) |