Skip to content

Commit 6202a3d

Browse files
Merge branch 'maintenance/3.2.x'
2 parents cad50bc + ae730ac commit 6202a3d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/whatsnew/3/3.2/index.rst

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

1515
.. towncrier release notes start
1616
17+
What's new in Pylint 3.2.5?
18+
---------------------------
19+
Release date: 2024-06-28
20+
21+
22+
Other Bug Fixes
23+
---------------
24+
25+
- Fixed a false positive ``unreachable-code`` when using ``typing.Any`` as return type in python
26+
3.8, the ``typing.NoReturn`` are not taken into account anymore for python 3.8 however.
27+
28+
Closes #9751 (`#9751 <https://github.com/pylint-dev/pylint/issues/9751>`_)
29+
30+
31+
1732
What's new in Pylint 3.2.4?
1833
---------------------------
1934
Release date: 2024-06-26

0 commit comments

Comments
 (0)