Skip to content

Commit

Permalink
docs: add version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Miksus committed Mar 18, 2022
1 parent e1a8447 commit cbb416c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
Version history
===============

- ``0.4.0``

- Rename: Changed ``user_name`` to ``username`` in ``redmail.EmailSender``. ``user_name`` still works but issues a warning.
- Add: ``redmail.EmailSender.send`` now has new argument ``use_jinja`` (by default True) to disable Jinja templating.
- Fix: Now the MIME structure is more defined and more likely renders emails properly across email providers.
- Fix: Embedded images for aliased senders.
- Docs: Added examples of how to test Red Mail's messages.

- ``0.3.1``

- Package: Added the license as a classifier to setup.py. Some pipelines may require such.
Expand Down

0 comments on commit cbb416c

Please sign in to comment.