summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfrostming <frostming@tencent.com>2020-09-08 09:11:50 +0800
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-09-08 19:08:42 +0200
commit050e7db7ed3a0e572d986909a56f60abcc773ab0 (patch)
treee780f5d9e19ba9a0a46e99cecc191119893c61f8 /ChangeLog
parenta628d6908c49271302daca1b43091043aa67d8bc (diff)
downloadpylint-git-050e7db7ed3a0e572d986909a56f60abcc773ab0.tar.gz
Update contributors.txt and changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78d3513ab..5042bfe80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,7 @@ Release date: TBA
is not returning explicitly while the other do.
Closes #3468
-
+
* Fix ``useless-super-delegation`` false positive when default keyword argument is a dictionnary.
Close #3773
@@ -75,6 +75,10 @@ Release date: 2020-08-20
Close #3407
+* Changed setup.py to work with [distlib](https://pypi.org/project/distlib)
+
+ Close #3555
+
What's New in Pylint 2.5.4?
===========================