------------- * Added support for sending attachments. Thanks yprez! * Added ``description`` field to ``EmailTemplate`` model to store human readable description of templates. Thanks Michael P. Jung (bikeshedder)! * Changed ``django-jsonfield`` dependency to ``jsonfield`` for Python 3 support reasons. * Minor bug fixes.
0.6.0
------------- * Support for Python 3! * Added mail.send_many() that's much more performant when sending a large number emails
------------- * Fixes various multiprocessing bugs
0.5.0
------------- * Email sending can now be parallelized using multiple processes (multiprocessing) * Email templates are now validated before save * Fixed a bug where custom headers aren't properly sent
0.4.0
------------- * Added support for sending emails with custom headers (you'll need to run South when upgrading from earlier versions) * Added support for scheduled email sending * Backend now properly persist emails with HTML alternatives