* Add CI tests for Django 1.11, 2.2, 3.0. * Add CI tests for Python 3.5, 3.6, 3.7, 3.8. * Drop CI tests for Python 3.3.
4.0.0
------
* Drop support for Django 1.7 and below. * Add `reply_to` argument to `send()`.
3.0.0
------
* Fix `template_name` by making it compulsory in the function signature.
2.0.0
------
**Backwards incompatible** for anything using multipart emails.
* `template_name` is now always plaintext. * `text_template_name` has been replaced with `html_template_name` that points to an HTML template.
1.0.0
------
**Backwards incompatible.**
* Remove hardly-used `get_manager_emails` method. If you need this, feel free to duplicate it from the previous version. * Improve docs. * Change how email headers are passed into `send()`. Now accepts `headers` dictionary rather than using the unused `kwargs`. * Remove psql dependency for tests. * Change many defaults from `()` to `None` in signature of `send`.