From 3227680ead417d00af816d88684a542f45ae48d6 Mon Sep 17 00:00:00 2001 From: Rich Sharp Date: Fri, 11 Dec 2020 13:32:45 -0800 Subject: [PATCH] updating history for the 0.10.2 release --- HISTORY.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index effa0d9..510cc25 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,8 +4,14 @@ TaskGraph Release History ========================= -Unreleased Changes ------------------- +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 a previous Task run had run it with that flag set to False. * Removed a limit on the number of times ``TaskGraph`` can attempt to update @@ -14,9 +20,6 @@ Unreleased Changes 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) -------------------