summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Engelbrecht <pengelbrecht@rems2.com>2020-06-29 13:49:19 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-07-12 17:33:24 +0200
commitb1f0a930d347b8e4fe04c500c3201f1960b7a8f8 (patch)
treeecb909a9863ed5c8290ccf7ab38a33fee76af625
parent4920630115b6c56813f62a8d7744dba0a2598817 (diff)
downloadpylint-git-b1f0a930d347b8e4fe04c500c3201f1960b7a8f8.tar.gz
Update metafiles
-rw-r--r--CONTRIBUTORS.txt4
-rw-r--r--ChangeLog2
2 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index b8c0bedaf..d3aea5e1c 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -392,4 +392,6 @@ contributors:
* Jochen Preusche (iilei): contributor
-* Ram Rachum (cool-RR) \ No newline at end of file
+* Ram Rachum (cool-RR)
+
+* Pieter Engelbrecht \ No newline at end of file
diff --git a/ChangeLog b/ChangeLog
index 5f9939822..f27df2c4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,8 @@ Release date: TBA
Close #3383
+* Fix `fail-under` not accepting floats
+
* Fix a bug with `ignore-docstrings` ignoring all lines in a module
* Fix `pre-commit` config that could lead to undetected duplicate lines of code