Skip to content

Commit 87f1058

Browse files
committed
Further explain changelog.
1 parent f7d2227 commit 87f1058

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
v1.2.1
2-
- Use custom ThreadpoolExecutor for all browser-related actions
2+
- Use custom threadpool for functions that could be running during shutdown:
3+
Python's stdlib threadpool isn't available during interpreter shutdown, nor
4+
`atexit`- so they cannot be started or shutdown during `atexit`, or relied
5+
upon at all. We use a custom threadpool during `Browser.close()` so that it
6+
can be leveraged during atexit, and now we use it during `Browser.open()`
7+
since certain use patterns have that function running during shutdown.
38
v1.2.0
49
- Delete zipfile after downloading
510
- Upgrade logistro to reduce sideeffects

0 commit comments

Comments
 (0)