summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-03-06 16:02:17 +0100
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-03-06 16:02:17 +0100
commite6c6bf5dfd61511d64779f54264b27a368c43100 (patch)
tree72020f7de231af9dd821bea02ca64b01d4425f4e
parent47cb11f4cb01a61f83d915d88e828f103a479980 (diff)
parent8e7b809806ef94818ae595d4b654f398a3030dbe (diff)
downloadpylint-git-e6c6bf5dfd61511d64779f54264b27a368c43100.tar.gz
Merge remote-tracking branch 'upstream/maintenance/2.16.x' into main
-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