Skip to content

Commit 2139a23

Browse files
authored
Post 3.2.2 (#9659)
2 parents 5a01bc1 + 56f6725 commit 2139a23

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/whatsnew/3/3.2/index.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ Summary -- Release highlights
1414

1515
.. towncrier release notes start
1616
17+
What's new in Pylint 3.2.2?
18+
---------------------------
19+
Release date: 2024-05-20
20+
21+
22+
False Positives Fixed
23+
---------------------
24+
25+
- Fix multiple false positives for generic class syntax added in Python 3.12 (PEP 695).
26+
27+
Closes #9406 (`#9406 <https://github.com/pylint-dev/pylint/issues/9406>`_)
28+
29+
- Exclude context manager without cleanup from
30+
``contextmanager-generator-missing-cleanup`` checks.
31+
32+
Closes #9625 (`#9625 <https://github.com/pylint-dev/pylint/issues/9625>`_)
33+
34+
35+
1736
What's new in Pylint 3.2.1?
1837
---------------------------
1938
Release date: 2024-05-18

0 commit comments

Comments
 (0)