
v0.2.3:

    * Hatchet:  fix occasional erroring-out when using cached build dirs.
    * Hatchet:  remove hacky hardcoded LDFLAGS on linux.  Just set what
                you need in the environment.

v0.2.2:

    * Hatchet:  cache build output, to avoid lots of recompilation when you
      you change non-PySide-related parts of your app.
    * Hatchet:  make the OSX build chain more reliable, by setting the var
      ALTERNATIVE_QT_INCLUDE_DIR to a sensible default and respecting any
      value given in the environment.

v0.2.1:

    * Many fixes for the "Hatchet" module to make it build more reliably
      and run on more platforms.

v0.2.0:

    * Added the "Hatchet" module, a tool for hacking frozen PySide apps down
      to size by rebuilding the PySide binaries with a minimal set of classes.


v0.1.0:

    * initial release; you might say *everything* has changed.

