Skip to content

Commit b30e0b0

Browse files
committed
Update changelog for 3.2.1
1 parent 9b6aa58 commit b30e0b0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@ Changelog
22
=========
33

44

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+
522
v3.2.0 (2024-02-24)
623
-------------------
724

0 commit comments

Comments
 (0)