File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ So, you want to release the `X.Y.Z` version of pylint ?
8
8
the maintenance branch. If so, release a last patch release first. See
9
9
` Releasing a patch version ` .**
10
10
11
+ - Write the ` Summary -- Release highlights ` in ` doc/whatsnew ` and upgrade the release
12
+ date.
11
13
- Remove the empty changelog for the last unreleased patch version ` X.Y-1.Z' ` . (For
12
14
example: ` v2.3.5 ` )
13
15
- Check the result of ` git diff vX.Y-1.Z' ChangeLog ` . (For example:
Original file line number Diff line number Diff line change 3
3
***************************
4
4
5
5
:Release: 2.13
6
- :Date: TBA
6
+ :Date: 2022-03-25
7
7
8
8
Summary -- Release highlights
9
9
=============================
10
10
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
+
11
29
New checkers
12
30
============
13
31
You can’t perform that action at this time.
0 commit comments