File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,10 +32,16 @@ Release date: TBA
3232 (Ie. not necessarily at the end)
3333
3434
35- What's New in Pylint 2.13.2 ?
35+ What's New in Pylint 2.13.3 ?
3636============================
3737Release date: TBA
3838
39+
40+
41+ What's New in Pylint 2.13.2?
42+ ============================
43+ Release date: 2022-03-27
44+
3945* Fix crash when subclassing a ``namedtuple``.
4046
4147 Closes #5982
@@ -50,6 +56,10 @@ Release date: TBA
5056
5157 Fixes #5989
5258
59+ * Better error messages in case of crash if pylint can't write the issue template.
60+
61+ Refer to #5987
62+
5363
5464What's New in Pylint 2.13.1?
5565============================
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ maintenance branch we cherry-pick the commit from `main`.
5757 version ` X.Y-1.Z' ` . (For example: ` v2.3.5 ` )
5858- After the PR is merged on ` main ` cherry-pick the commits on the ` maintenance/X.Y.x `
5959 branch (For example: from ` maintenance/2.4.x ` cherry-pick a commit from ` main ` )
60+ - Remove the "need backport" label from cherry-picked issues
6061- Release a patch version
6162
6263## Releasing a patch version
You can’t perform that action at this time.
0 commit comments