summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f2bc066c..1de5a0830 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,10 +16,16 @@ Release date: TBA
(Ie. not necessarily at the end)
-What's New in Pylint 2.13.3?
+What's New in Pylint 2.13.4?
============================
Release date: TBA
+
+
+What's New in Pylint 2.13.3?
+============================
+Release date: 2022-03-29
+
* Fix false positive for ``unnecessary-ellipsis`` when using an ellipsis as a default argument.
Closes #5973