diff --git a/CHANGES.rst b/CHANGES.rst index 2ea4086..d1e0204 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ------------------