- result key is configurable
- moved from render_to_response() to render(), backward incompatible.
- compatibility with python3.3/django1.5
- test across all python/django versions using tox
- there was a problem with setup.py in last release
- added support for smarturls
- added tests for all documented functionalities
- updated documents to use fhurl in examples instead of form_handler
- removed multiple form handling support as it was buggy
- fixed a login redirect issue
Initial release.