Skip to content

Commit

Permalink
Fix CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 26, 2020
1 parent 5a19ba7 commit 5e9ff67
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
Changes
=======

0.6.0 (2020-10-26)
0.6.1 (2020-10-26)
------------------

- Raise RuntimeError on queue.join() after queue closing. #295

- Replace ``timeout`` type from ``Optional[int]`` to ``Optional[float]`` #267

0.6.0 (2020-10-10)
------------------

- Drop Python 3.5, the minimal supported version is Python 3.6

- Support Python 3.9

- Refomat with ``black``

- Replace ``timeout`` type from ``Optional[int]`` to ``Optional[float]`` #267

0.5.0 (2020-04-23)
------------------

Expand Down

0 comments on commit 5e9ff67

Please sign in to comment.