Changelog
=========

1.0rc1 (2009-8-26)
------------------

* Added options for configuring the thank you page message or an alternative
  thank you page URL.
  [davisagli]

* Fixed portlet link to view saved letters.
  [davisagli]

* Decode request variables before using them in dollarString substitutions,
  to avoid UnicodeDecodeErrors when casting the strings for interpolation.
  [davisagli]

* Decode UTF-8 values from Archetypes before passing them to z3c.form, to
  avoid UnicodeDecodeErrors when the system default encoding is ASCII.
  [davisagli]

* Check the persistent template setting in the formgen_tool when determining
  whether to update the mailer templates, rather than the default
  default from PFG's config.py
  [davisagli]

* Fixed issue with marshalling field size.
  [davisagli]

* Fixed action adapter processing on the final send step when a CAPTCHA field
  is in use.
  [davisagli]

1.0a1 (2009-06-25)
------------------

* Initial release.
