1+ =======
12CHANGES
23=======
34
45.. towncrier release notes start
56
67 4.0.1 (2121-11-10)
7- ------------------
8+ ==================
89
910- Fix regression:
1011
@@ -19,7 +20,7 @@ CHANGES
1920- Make ``Timeout `` class available in ``__all__ ``.
2021
21224.0.0 (2021-11-01)
22- ------------------
23+ ==================
2324
2425* Implemented ``timeout_at(deadline) `` (#117)
2526
@@ -38,25 +39,25 @@ CHANGES
3839* Deprecated synchronous context manager usage
3940
40413.0.1 (2018-10-09)
41- ------------------
42+ ==================
4243
4344* More aggressive typing (#48)
4445
45463.0.0 (2018-05-05)
46- ------------------
47+ ==================
4748
4849* Drop Python 3.4, the minimal supported version is Python 3.5.3
4950
5051* Provide type annotations
5152
52532.0.1 (2018-03-13)
53- ------------------
54+ ==================
5455
5556* Fix ``PendingDeprecationWarning `` on Python 3.7 (#33)
5657
5758
58592.0.0 (2017-10-09)
59- ------------------
60+ ==================
6061
6162* Changed ``timeout <= 0 `` behaviour
6263
@@ -65,7 +66,7 @@ CHANGES
6566 * when timeout <= 0 ``TimeoutError `` raised faster
6667
67681.4.0 (2017-09-09)
68- ------------------
69+ ==================
6970
7071* Implement ``remaining `` property (#20)
7172
@@ -75,7 +76,7 @@ CHANGES
7576 * All others: roughly amount of time before ``TimeoutError `` is triggered
7677
77781.3.0 (2017-08-23)
78- ------------------
79+ ==================
7980
8081* Don't suppress nested exception on timeout. Exception context points
8182 on cancelled line with suspended ``await `` (#13)
@@ -85,25 +86,25 @@ CHANGES
8586* Add methods for using as async context manager (#9)
8687
87881.2.1 (2017-05-02)
88- ------------------
89+ ==================
8990
9091* Support unpublished event loop's "current_task" api.
9192
9293
93941.2.0 (2017-03-11)
94- ------------------
95+ ==================
9596
9697* Extra check on context manager exit
9798
9899* 0 is no-op timeout
99100
100101
1011021.1.0 (2016-10-20)
102- ------------------
103+ ==================
103104
104105* Rename to ``async-timeout ``
105106
1061071.0.0 (2016-09-09)
107- ------------------
108+ ==================
108109
109110* The first release.
0 commit comments