16fc8d5a0852 — Oliver Cope 5 years ago
Updated changelog
1 files changed, 14 insertions(+), 6 deletions(-)

M CHANGELOG.txt
M CHANGELOG.txt +14 -6
@@ 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