This file outlines changes to the package, in reverse chronological order.

0.5.1
=====

10 March 2011

- Bug fix: Setting a cache directory with `set_http_cache` should now work!

0.5
====

10 March 2011

- New recipe keywords `unjumble` and `if_missing` to work with ZIPs containing files with
  the correct names but in the wrong folders.

0.4.1
=====

9 March 2011

- Bug fix: LazyPack returned wrong value for last-modified. Missing test :-(

0.4
===

9 March 2011

- New recipe keyword: `pack_icon`: create a `pack.png` from the terrain file.

- Add `get_last_modified` and `is_modified_since` methods to resources and
  packs.

- Hence make the `maketexture` script avoid rebuilding packs if their
  ingredients are unmodified.

- Support `../` and `./` when resolving partial references with custom URLs
  as base URL per <http://tools.ietf.org/html/rfc3986>.

0.3
===

27 February 2011

- Loader has `add_scheme` method so you can hook in to internal recipe
  database by defining custom URL schemes.

0.2
===

27 February 2011

- Recipes can declare formal pack parameters which must be filled in to
  make the recipe.

- Labels and description in recipes can depend on labels and
  descriptions of constituent packs.

- Added support for Minecraft Beta 1.3

0.1.1
=====

23 February 2011

Initial release to PyPI