summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c97467f74..634e887b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,8 @@ Release date: TBA
* Added ``using-f-string-in-unsupported-version`` checker. Issued when ``py-version``
is set to a version that does not support f-strings (< 3.6)
+* Fix ``useless-super-delegation`` false positive when default keyword argument is a variable.
+
* Properly emit ``duplicate-key`` when Enum members are duplicate dictionary keys
Closes #5150