We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6aa58 commit b30e0b0Copy full SHA for b30e0b0
CHANGELOG.rst
@@ -2,6 +2,23 @@ Changelog
2
=========
3
4
5
+v3.2.1 (2024-02-26)
6
+-------------------
7
+
8
+Fix
9
+~~~
10
+- Unclosed file <_io.BufferedReader name error by proper cleanup of
11
+ subprocess.Popen process (#965) [WrrngnCode]
12
13
+ https://github.com/appium/python-client/issues/962
14
+ add a Popen.communicate call after terminate to ensure that file stdout and sdterr file descriptors are closed properly.
15
16
+Other
17
+~~~~~
18
+- Bump 3.2.1. [Kazuaki Matsuo]
19
+- Update changelog for 3.2.0. [Kazuaki Matsuo]
20
21
22
v3.2.0 (2024-02-24)
23
-------------------
24
0 commit comments