# HG changeset patch # User Oliver Cope # Date 1573046587 0 # Wed Nov 06 13:23:07 2019 +0000 # Node ID 16fc8d5a08529c81a29d183e53874282cf923d3a # Parent 55f849777ec0abdf325ca452c4a56aa1d534627d Updated changelog diff --git a/CHANGELOG.txt b/CHANGELOG.txt --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,13 +1,21 @@ -Version 2.1 +Version 3.0.0 +============== + +* Added Python 3 support +* Dropped Python 2 support - * Added a ThreadedMailer.shutdown method (thanks to Andrew Nelis for an - initial implementation and advice on the design of this feature) +Version 2.1 +=========== + +* Added a ThreadedMailer.shutdown method (thanks to Andrew Nelis for an + initial implementation and advice on the design of this feature) Version 2 +=========== - * Added TLS/STARTTLS support (thanks to w31rd0 for the implementation of this) +* Added TLS/STARTTLS support (thanks to w31rd0 for the implementation of this) Version 1 +=========== - * Initial release - +* Initial release