File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
TaskGraph Release History
5
5
=========================
6
6
7
+ 0.10.2 (2020-12-11)
8
+ -------------------
9
+ * Fixed an issue that would raise an exception when `__del__ ` was
10
+ deconstructing a taskgraph object and a thread ``join() `` would cause a
11
+ deadlock.
12
+
7
13
0.10.1 (2020-12-11)
8
14
-------------------
9
15
* Fixed an issue that would ignore the state of a ``transient_run `` flag if
@@ -14,9 +20,6 @@ TaskGraph Release History
14
20
Relevant information about why the database update fails is logged.
15
21
* Fixed an issue where the logging queue would always report an exception
16
22
even if the logging thread shut down correctly.
17
- * Fixed an issue that would raise an exception when `__del__ ` was
18
- deconstructing a taskgraph object and a thread ``join() `` would cause a
19
- deadlock.
20
23
21
24
0.10.0 (2020-08-25)
22
25
-------------------
You can’t perform that action at this time.
0 commit comments