summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-07 23:12:21 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-08 12:34:38 +0100
commit2e78c414d24c9819936351c133b3edcad970abaa (patch)
tree232cd9d64f2536a7dcc05a7a39841e54ef118c05
parentee2e63519b15683d8c93626695c97936eb956ebf (diff)
downloadpylint-git-2e78c414d24c9819936351c133b3edcad970abaa.tar.gz
Proper release date and summary for 2.17.0v2.17.0
-rw-r--r--doc/whatsnew/2/2.17/index.rst20
1 files changed, 18 insertions, 2 deletions
diff --git a/doc/whatsnew/2/2.17/index.rst b/doc/whatsnew/2/2.17/index.rst
index 3197bc7c7..36b443386 100644
--- a/doc/whatsnew/2/2.17/index.rst
+++ b/doc/whatsnew/2/2.17/index.rst
@@ -6,16 +6,32 @@
:maxdepth: 2
:Release: 2.17
-:Date: TBD
+:Date: 2023-03-08
Summary -- Release highlights
=============================
+2.17 is a small release that is the first to support python 3.11
+officially with the addition of TryStar nodes.
+
+There's still two new default checks: ``bad-chained-comparison`` and
+``implicit-flag-alias``, one of them already fixed a previously
+undetected bug in sentry.
+
+Thanks to the community effort our documentation is almost complete,
+and every messages should have a proper documentation now. A big thank
+you to everyone who participated !
+
+The next release is going to be ``3.0.0``, bring breaking changes and enact long
+announced deprecations. There's going to be frequent beta releases,
+before the official releases, everyone is welcome to try the betas
+so we find problems before the actual release.
+
.. towncrier release notes start
What's new in Pylint 2.17.0?
----------------------------
-Release date: 2023-03-07
+Release date: 2023-03-08
New Features