Skip to content

Commit 7f6296c

Browse files
Create the release summary
advertise pylint-errors integration
1 parent e82b43e commit 7f6296c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

doc/release.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ So, you want to release the `X.Y.Z` version of pylint ?
88
the maintenance branch. If so, release a last patch release first. See
99
`Releasing a patch version`.**
1010

11+
- Write the `Summary -- Release highlights` in `doc/whatsnew` and upgrade the release
12+
date.
1113
- Remove the empty changelog for the last unreleased patch version `X.Y-1.Z'`. (For
1214
example: `v2.3.5`)
1315
- Check the result of `git diff vX.Y-1.Z' ChangeLog`. (For example:

doc/whatsnew/2.13.rst

+19-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,29 @@
33
***************************
44

55
:Release: 2.13
6-
:Date: TBA
6+
:Date: 2022-03-25
77

88
Summary -- Release highlights
99
=============================
1010

11+
In 2.13, we introduced a new check to deal with unicode security issues. On top of that a lot of work was
12+
done inside the unicode checker by @CarliJoy. We also introduced a new check when importing private name
13+
and for unnecessary ellipsis among other.
14+
15+
We fixed long standing issues related to duplicate code that could not be disabled, line numbers
16+
that were not accurate some of the time, and added the ability to lint all files in a directory without
17+
specifying each one. One of the most anticipated issue from the repository. Thank you @matusvalo !
18+
19+
A lot of ``undefined-variables`` and ``used-before-assignment`` issues were resolved thanks to @jacobtylerwalls.
20+
21+
We started integrating ``pylint-error`` the documentation created by @vald-phoenix a developer from Hlyniane,
22+
Ukraine. We hope he's doing well despite the current situation. Github pages is setup but `there's still a lot to do so we welcome any community
23+
help to review, integrate, and add good/bad examples <https://github.com/PyCQA/pylint/issues/5953>`_. This should be doable
24+
without any pylint or astroid knowledge, so this is the perfect entrypoint if you want to contribute
25+
to pylint without investing any time learning the internals.
26+
27+
This release is the last one to support interpreter below 3.7.2, 3.6 end of life was reached in december 2021.
28+
1129
New checkers
1230
============
1331

0 commit comments

Comments
 (0)