From 7708af5b55dfc7f203fc0859c430a5cff14afb25 Mon Sep 17 00:00:00 2001 From: Mikael Koli Date: Mon, 31 Jan 2022 16:41:56 +0200 Subject: [PATCH] docs: updated versions --- docs/versions.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/versions.rst b/docs/versions.rst index ec99f45..a935d81 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -4,6 +4,12 @@ Version history =============== +- ``0.3.0`` + + - Add: Logging handlers (:class:`.EmailHandler`, :class:`.MultiEmailHandler`) + - Add: Outlook pre-configured sender + - Add: Multiple emails can be sent without closing the connection using context manager in :class:`EmailSender` + - ``0.2.1`` - Fix: If some attachments are specified and only text body or no body at all is set´, sending email no longer crashes