Skip to content

Commit 3fee320

Browse files
Add test for the release
Closes #5317
1 parent e1ad7f2 commit 3fee320

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/whatsnew/2.13.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
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+
This release is the last one to support python 3.6.2 whose end of life was reached in december 2021.
22+
1123
New checkers
1224
============
1325

0 commit comments

Comments
 (0)