summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a57efeaf..703287cf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,10 @@ Release date: TBA
Close #1368
+* ``missing-kwoa`` is no longer emitted when dealing with overload functions
+
+ Close #3655
+
* mixed-indentation has been removed, it is no longer useful since TabError is included directly in python3
Close #2984 #3573