Skip to content

Commit aa572ff

Browse files
committed
Add note to CHANGES.txt
1 parent f27c3ca commit aa572ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
6565
Python to 3.6, and it was not until Python 3.7 where `threading` became
6666
default supported. In practice, we expect most real world Python 3.6 deployments
6767
will have `threading` support enabled, so this will not be an issue.
68+
- CacheDir writes no longer happen within the taskmaster critical section,
69+
and therefore can run in parallel with both other CacheDir writes and the
70+
taskmaster DAG walk.
6871

6972
From Mats Wichmann:
7073
- Add support for Python 3.13 (as of alpha 2). So far only affects

0 commit comments

Comments
 (0)