summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/whatsnew/2/2.16/index.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/whatsnew/2/2.16/index.rst b/doc/whatsnew/2/2.16/index.rst
index d2ad86ab3..605b9b18b 100644
--- a/doc/whatsnew/2/2.16/index.rst
+++ b/doc/whatsnew/2/2.16/index.rst
@@ -32,6 +32,20 @@ Last but not least @clavedeluna and @nickdrozd became triagers, welcome to the t
.. towncrier release notes start
+What's new in Pylint 2.16.4?
+----------------------------
+Release date: 2023-03-06
+
+
+False Positives Fixed
+---------------------
+
+- Fix false positive for isinstance-second-argument-not-valid-type with union
+ types.
+
+ Closes #8205 (`#8205 <https://github.com/PyCQA/pylint/issues/8205>`_)
+
+
What's new in Pylint 2.16.3?
----------------------------
Release date: 2023-03-03