twForms Changelog
=================

0.1a2 (unrelased):
------------------
* Errors for hidden fields are now displayed, thanks to patch at #1331 by Pauli Virtanen.
* There's a new ``SecureFormMixin`` to protect against CSRF attacks, thanks to patch at
  #1331 by Pauli Virtanen.

Contributors
------------

* Michele Cella did the original implementation of many form fields in TG widgets which
  were copied almost verbatim into twForms.
* Max Ischenko wrote the original DataGrids.
* Pauli Virtanen implemented the SecureFormMixin and contrubuted some good patches.
