0.3.0
 - introduced a class-based envelope.views.ContactView (requires Django >= 1.3)
 - deprecated the function-based view envelope.views.contact
 - improved test coverage
 - more and better documentation (also hosted on Read The Docs)

0.2.1
 - French translation added

0.2.0
 - deprecated the ContactForm.send() method, use save() instead for more
   consistency with Django coding style
 - localization support

0.1.4
 - added a more descriptive README file

0.1.3
 - added the redirect_to optional argument to view function

0.1.2
 - added the extra_context argument to view function

0.1.1
 - improved setup script, added dependencies

0.1.0
 - initial version
