Skip to content

Commit 3cda737

Browse files
committed
Normalize towncrier-compatible markup in CHANGES
1 parent 791150e commit 3cda737

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

CHANGES.rst

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
=======
12
CHANGES
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

2122
4.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

4041
3.0.1 (2018-10-09)
41-
------------------
42+
==================
4243

4344
* More aggressive typing (#48)
4445

4546
3.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

5253
2.0.1 (2018-03-13)
53-
------------------
54+
==================
5455

5556
* Fix ``PendingDeprecationWarning`` on Python 3.7 (#33)
5657

5758

5859
2.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

6768
1.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

7778
1.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

8788
1.2.1 (2017-05-02)
88-
------------------
89+
==================
8990

9091
* Support unpublished event loop's "current_task" api.
9192

9293

9394
1.2.0 (2017-03-11)
94-
------------------
95+
==================
9596

9697
* Extra check on context manager exit
9798

9899
* 0 is no-op timeout
99100

100101

101102
1.1.0 (2016-10-20)
102-
------------------
103+
==================
103104

104105
* Rename to ``async-timeout``
105106

106107
1.0.0 (2016-09-09)
107-
------------------
108+
==================
108109

109110
* The first release.

0 commit comments

Comments
 (0)