=======
Changes
=======

2.0.1 (2009-04-30)
==================

-----
Fixes
-----

- Correct sdist generation to include all necessary files.

- Doc formatting fixes.

- Correct "Destinations already exist" message to list destinations without
  ``.in`` suffix.

2.0 (2009-04-30)
================

--------
Features
--------

- Store your template files in a separate directory structure, using the
  ``source-directory`` option.

- Specify multiple files automatically with globs.

- Templates can reference other buildout sections using the usual syntax, e.g.
  ${buildout:parts}

- Share options with other sections using the typical ``extends`` option.

- Create destination directories automatically.

- Define option values for templates dynamically in Python with the
  ``interpreted-options`` option.

- Get paths for eggs by specifying ``eggs`` and ``extra-paths``, just like
  zc.recipe.egg script recipe.  These are available in template options in
  colon-delimited, space-delimited, and quoted variants.  You can also build
  your own using the ``interpreted-options`` feature.

- Templates are not processed if there are no changes to them or the buildout.

1.0 (2007-09-30)
================

Initial release.
