summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2/2.16/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2/2.16/index.rst')
-rw-r--r--doc/whatsnew/2/2.16/index.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/whatsnew/2/2.16/index.rst b/doc/whatsnew/2/2.16/index.rst
index 45ff2833d..d2ad86ab3 100644
--- a/doc/whatsnew/2/2.16/index.rst
+++ b/doc/whatsnew/2/2.16/index.rst
@@ -32,6 +32,30 @@ Last but not least @clavedeluna and @nickdrozd became triagers, welcome to the t
.. towncrier release notes start
+What's new in Pylint 2.16.3?
+----------------------------
+Release date: 2023-03-03
+
+
+False Positives Fixed
+---------------------
+
+- Fix false positive for ``wrong-spelling-in-comment`` with class names in a
+ python 2 type comment.
+
+ Closes #8370 (`#8370 <https://github.com/PyCQA/pylint/issues/8370>`_)
+
+
+
+Other Bug Fixes
+---------------
+
+- Prevent emitting ``invalid-name`` for the line on which a ``global``
+ statement is declared.
+
+ Closes #8307 (`#8307 <https://github.com/PyCQA/pylint/issues/8307>`_)
+
+
What's new in Pylint 2.16.2?
----------------------------
Release date: 2023-02-13