Add ChangeLog entry for ignoring raw docstring in Similarities checker

This commit is contained in:
Taewon D. Kim 2019-03-23 08:34:56 -04:00 committed by Claudiu Popa
parent b14d5e950f
commit 8acc80f7f3

View File

@ -7,6 +7,8 @@ What's New in Pylint 2.4.0?
Release date: TBA
* Ignore raw docstrings when running Similarities checker with `ignore-docstrings=yes` option
* Fix crash when calling ``inherit_from_std_ex`` on a class which is its own ancestor
Close #2680