0.1 (2011-08-17
----------------

- Forked from repoze.bfg.formish 0.3.

- Replace ``str(field.description)`` with ``unicode(field.description)`` in
  field/main.html template to not barf on Unicode values.

- Prevent deprecation error by using ``get_current_registry().settings``
  rather than ``get_settings()``.

- Works works with Pyramid 1.0-1.2dev.

