diff --git a/HISTORY.rst b/HISTORY.rst index 9164dce..510cc25 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ TaskGraph Release History ========================= +0.10.2 (2020-12-11) +------------------- +* Fixed an issue that would raise an exception when `__del__` was + deconstructing a taskgraph object and a thread ``join()`` would cause a + deadlock. + 0.10.1 (2020-12-11) ------------------- * Fixed an issue that would ignore the state of a ``transient_run`` flag if @@ -14,9 +20,6 @@ TaskGraph Release History Relevant information about why the database update fails is logged. * Fixed an issue where the logging queue would always report an exception even if the logging thread shut down correctly. -* Fixed an issue that would raise an exception when `__del__` was - deconstructing a taskgraph object and a thread ``join()`` would cause a - deadlock. 0.10.0 (2020-08-25) -------------------