Change log for the astng package
================================

2005-11-07  --  0.13.1
    * fix bug on building from living module the same object in
      encountered more than once time (eg builtins.object) (close #10069)

    * fix bug in Class.ancestors() regarding inner classes (close #10072)

    * fix .self_resolve() on From and Module nodes to handle package
      precedence over module (close #10066)

    * locals dict for package contains __path__ definition (close #10065)
	
    * astng provide GenExpr and GenExprFor nodes with python >= 2.4
      (close #10063)

    * fix python2.2 compatibility (close #9922)

    * link .__contains__ to .has_key on scoped node to speed up execution

    * remove no more necessary .module_object() method on From and Module
      nodes

    * normalize parser.ParserError to SyntaxError with python 2.2

	
2005-10-21  --  0.13.0
    * .locals  and .globals on scoped node handle now a list of references
       to each assigment statements instead of a single reference to the
       first assigment statement.

    * fix bug with manager.astng_from_module_name when a context file is
      given (notably fix ZODB 3.4 crash with pylint/pyreverse)
	
    * fix Compare.as_string method
	
    * fix bug with lambda object missing the "type" attribute

    * some minor refactoring
	
    * This package has been extracted from the logilab-common package, which
      will be kept for some time for backward compatibility but will no
      longer be maintained (this explains that this package is starting with
      the 0.13 version number, since the fork occurs with the version
      released in logilab-common 0.12).
