Skip to content

Commit c0dc468

Browse files
committed
Add Changelog for 10.2.0
1 parent f16fe47 commit c0dc468

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.rst

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
Changelog
33
=========
44

5+
10.2.0
6+
======
7+
8+
* [NEW] Query all usernames and group names
9+
* [FIX] Prevent Paramiko deadlock when test sends more than 2MB to stdout
10+
* [FIX] Follow changes in ansible shell module
11+
* [FIX] Add 4 to the expected exit code when running "systemctl is-active"
12+
* [FIX] Fix KeyError in MountPoint.__repr__() if mount does not exist
13+
* [DOC] Use pytest command instead of py.test
14+
* [DOC] Extend backend documentation with a general host spec section
15+
* [MISC] Also run lint for py 3.12 and 3.13
16+
* [MISC] Switch packaging to use hatchling
17+
* [MISC] Drop unused extra "args" argument to run_winrm()
18+
* [MISC] Use ruff format instead of black/isort
19+
* [MISC] Use ruff instead of flake8
20+
* [MISC] Use f-string instead of str.format()
21+
* [MISC] Use builtin dict, list and tuple for typing
22+
* [MISC] Use python 3.11 during tests
23+
* [MISC] Fix salt tests
24+
* [MISC] Fix tests failing due to expiration date passed
25+
* [MISC] Remove crypt lib from testing
26+
527
10.1.1
628
======
729

0 commit comments

Comments
 (0)