summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Quarta <sgheppy88@gmail.com>2021-10-31 11:07:30 +0000
committerAntonio Quarta <sgheppy88@gmail.com>2021-10-31 11:07:30 +0000
commitadbd16b9086c94980e33b4435c2f1888c6ce2cb9 (patch)
treeb31cb8e0f07515cb37a89a8ddcb1345df6adf032
parentf0461e1fd8ad55d98685337e745485c792d05299 (diff)
downloadpylint-git-adbd16b9086c94980e33b4435c2f1888c6ce2cb9.tar.gz
add changelog and contributor entry
-rw-r--r--CONTRIBUTORS.txt2
-rw-r--r--ChangeLog2
-rw-r--r--doc/whatsnew/2.12.rst2
3 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index cc8393996..fa78fc987 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -572,3 +572,5 @@ contributors:
* Tushar Sadhwani (tusharsadhwani): contributor
* Ikraduya Edian: contributor
+
+* Antonio Quarta (sgheppy): contributor
diff --git a/ChangeLog b/ChangeLog
index b35606e4b..7beac30fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@ Release date: TBA
..
Put new features here and also in 'doc/whatsnew/2.12.rst'
+* Fix ``install graphiz`` message which isn't needed for puml output format.
+
* Fix ``simplify-boolean-expression`` when condition can be inferred as False.
Closes #5200
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index 98008e109..95bdac0db 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -64,6 +64,8 @@ Extensions
Other Changes
=============
+* Fix ``install graphiz`` message which isn't needed for puml output format.
+
* Fix ``simplify-boolean-expression`` when condition can be inferred as False.
Closes #5200