diff options
author | Antonio Quarta <sgheppy88@gmail.com> | 2021-10-31 11:07:30 +0000 |
---|---|---|
committer | Antonio Quarta <sgheppy88@gmail.com> | 2021-10-31 11:07:30 +0000 |
commit | adbd16b9086c94980e33b4435c2f1888c6ce2cb9 (patch) | |
tree | b31cb8e0f07515cb37a89a8ddcb1345df6adf032 /doc | |
parent | f0461e1fd8ad55d98685337e745485c792d05299 (diff) | |
download | pylint-git-adbd16b9086c94980e33b4435c2f1888c6ce2cb9.tar.gz |
add changelog and contributor entry
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.12.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 |