0.4.1
 - security bugfix regarding initial form values

0.4.0
 - removed the function-based view
 - removed ContactForm.send() method
 - application signals (before_send)
 - updated documentation
 - reworked settings
 - Continous Integration server, thanks to ShiningPanda

0.3.2
 - omit the brackets if the user doesn't have a full name
 - honeypot is mentioned in the usage docs

0.3.1
 - configurable recipients
 - better logging hierarchy
 - the code is more PEP-8 compliant

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
