ExpansionTree (1.1)

  * iso-8859-1 text converted to ascii to satiate python 2.3

 -- Jamie Heilman <jamie@audible.transient.net> 20040120

ExpansionTree (1.0)

  * Removed Zope Corp's AuthFilter.py and ExpansionTreeMaker.setSkipAuth().
    Child harvesting functions should just use ZTUTils.AuthFilter if they
    require such functionality.
  * Removed compression code entirely.  (see why-no-compression.txt)
  * Stripped down the API to the bare essentials, this is a noticable
    departure from the ZTUtils code, but there isn't any real loss of
    functionality.  The biggest change is that the author MUST provide a child
    gathering function, there are no more defaults or assumptions based on
    the old principia notion of a tree-aware objects.
  * Overhauled the documentation and examples.
  * NOTE: this release is not backwards compatible with v0.9; the API changes
    were far-reaching, it also requires Python 2.2.1 or later

 -- Jamie Heilman <jamie@audible.transient.net>  20030813

ExpansionTree (0.9)

  * initial release

 -- Jamie Heilman <jamie@audible.transient.net>  20021003

