diff --git a/ChangeLog b/ChangeLog index 56c636c7d1..1cd05d078a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,10 +32,16 @@ Release date: TBA (Ie. not necessarily at the end) -What's New in Pylint 2.13.2? +What's New in Pylint 2.13.3? ============================ Release date: TBA + + +What's New in Pylint 2.13.2? +============================ +Release date: 2022-03-27 + * Fix crash when subclassing a ``namedtuple``. Closes #5982 @@ -50,6 +56,10 @@ Release date: TBA Fixes #5989 +* Better error messages in case of crash if pylint can't write the issue template. + + Refer to #5987 + What's New in Pylint 2.13.1? ============================ diff --git a/doc/release.md b/doc/release.md index c68ef00bf1..556de5c0ae 100644 --- a/doc/release.md +++ b/doc/release.md @@ -57,6 +57,7 @@ maintenance branch we cherry-pick the commit from `main`. version `X.Y-1.Z'`. (For example: `v2.3.5`) - After the PR is merged on `main` cherry-pick the commits on the `maintenance/X.Y.x` branch (For example: from `maintenance/2.4.x` cherry-pick a commit from `main`) +- Remove the "need backport" label from cherry-picked issues - Release a patch version ## Releasing a patch version