File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,28 @@ Changelog
441.1.4 (unreleased)
55------------------
66
7- - Bugfix: parsing comma separated addresses in to header (credit gjcarneiro)
7+ - Bugfix: parsing comma separated addresses in to header (credit @gjcarneiro)
8+ - Feature: add py.typed file (PEP 561, credit @retnikt)
9+
810
9111.1.3
1012-----
1113
1214- Feature: add pause and resume writing methods to ``SMTPProcotol ``, via
13- ``asyncio.streams.FlowControlMixin `` (thanks ikrivosheev).
15+ ``asyncio.streams.FlowControlMixin `` (thanks @ ikrivosheev).
1416
15- - Bugfix: allow an empty sender (credit ikrivosheev)
17+ - Bugfix: allow an empty sender (credit @ ikrivosheev)
1618
1719- Cleanup: more useful error message when login called without TLS
1820
21+
19221.1.2
2023-----
2124
2225- Bugfix: removed ``docs `` and ``tests `` from wheel, they should only be
2326 in the source distribution.
2427
28+
25291.1.1
2630-----
2731
@@ -30,6 +34,7 @@ Changelog
3034- Bugfix: Fix SMTPNotSupported error with UTF8 sender/recipient names
3135 on servers that don't support SMTPUTF8.
3236
37+
33381.1.0
3439-----
3540
You can’t perform that action at this time.
0 commit comments