Skip to content

Commit fa0b6a5

Browse files
[doc] Add summary for the release notes
1 parent 49387a9 commit fa0b6a5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/whatsnew/2/2.15/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
Summary -- Release highlights
1212
=============================
1313

14-
* We improved ``pylint``'s handling of namespace packages. More packages should be
15-
linted without resorting to using the ``-recursive=y`` option.
14+
In pylint 2.15.0, we added a new check ``missing-timeout`` to warn of
15+
default timeout values that could cause a program to be hanging indefinitely.
16+
17+
>e improved ``pylint``'s handling of namespace packages. More packages should
18+
be linted without resorting to using the ``-recursive=y`` option.
1619

1720
.. towncrier release notes start

doc/whatsnew/fragments/6974.internal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
We changed the way we handle the changelog internally by using towncrier.
2+
If you're a contributor you won't have to fix merge conflicts in the
3+
changelog anymore.
4+
5+
Closes #6974

0 commit comments

Comments
 (0)