diff options
-rw-r--r-- | CONTRIBUTORS.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/whatsnew/2.12.rst | 2 |
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 @@ -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 |