Skip to content

Commit 4ab0ced

Browse files
committed
add py.typed to changelog; formatting
1 parent 2407f40 commit 4ab0ced

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,28 @@ Changelog
44
1.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

911
1.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+
1922
1.1.2
2023
-----
2124

2225
- Bugfix: removed ``docs`` and ``tests`` from wheel, they should only be
2326
in the source distribution.
2427

28+
2529
1.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+
3338
1.1.0
3439
-----
3540

0 commit comments

Comments
 (0)