summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-11-25 18:28:22 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2018-11-25 18:28:22 +0100
commit1ac83855b38a8d053ec5d0403a5c0e6e8b191fbb (patch)
tree9f3b74bf3eaf1440cf08536a8ff836cf8f62a394
parentef34162576f0d86b1c5ef4f0b8ff74afe3bb44fb (diff)
downloadpylint-git-1ac83855b38a8d053ec5d0403a5c0e6e8b191fbb.tar.gz
Forgot to update the documentation as wellpylint-2.2.0
-rw-r--r--doc/whatsnew/2.2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/whatsnew/2.2.rst b/doc/whatsnew/2.2.rst
index 8812fc20c..b33d60945 100644
--- a/doc/whatsnew/2.2.rst
+++ b/doc/whatsnew/2.2.rst
@@ -3,7 +3,7 @@
**************************
:Release: 2.2
-:Date: TBA
+:Date: 2018-11-25
Summary -- Release highlights
=============================
@@ -38,7 +38,7 @@ Other Changes
* Ignore import x.y.z as z cases for checker `useless-import-alias`.
-* `unnecessary-pass` is now also emitted when a function or class contains only docstring and pass statement,
+* `unnecessary-pass` is now also emitted when a function or class contains only docstring and pass statement,
in which case, docstring is enough for empty definition.
* Fix false positive ``undefined-variable`` and ``used-before-assignment`` with nonlocal keyword usage.