summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <bitbucket.org@the-compiler.org>2015-05-21 04:57:01 +0000
committerFlorian Bruhin <bitbucket.org@the-compiler.org>2015-05-21 04:57:01 +0000
commitf48c2cf58b1345d6b03b9081ac334d42f2f3ce4c (patch)
tree82955689d3abca0fc883791ed6d0ca8a295d0a7d
parentcbd47c897dc4aa784c6af65005fbf4ca233d512d (diff)
downloadpylint-The-Compiler/clarify-nodocstringrgx-change-in-changel-1432184214099.tar.gz
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 00df62c..a3dcb48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,7 +57,8 @@ ChangeLog for Pylint
* Fix a false positive for bad-reversed-sequence, when a subclass
of a `dict` provides a __reversed__ method.
- * Don't emit missing-docstring for private functions.
+ * Change the default no-docstring-rgx so missing-docstring isn't
+ emitted for private functions.
* Don't emit redefined-outer-name for __future__ directives.
Closes issue #520.