summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-25 10:09:43 +0100
committerGitHub <noreply@github.com>2021-11-25 10:09:43 +0100
commitfa7a84fa712915fde725cda63a5bfbf4ed5cd22a (patch)
treebc66347c7b6be4b3bc25bb07e74133b9defb772e /ChangeLog
parentbe149db10f756301a6f18c245fa799d7beec6648 (diff)
downloadpylint-git-fa7a84fa712915fde725cda63a5bfbf4ed5cd22a.tar.gz
Add ``min_pyver_end_position`` option (#5386)
* Add ``min_pyver_end_position`` option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce32d1628..7337fae92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,9 @@ Release date: TBA
trigger a ``DeprecationWarning``. Expected output files can be easily updated with the
``python tests/test_functional.py --update-functional-output`` command.
+* The functional test runner now supports the option ``min_pyver_end_position`` to control on which python
+ versions the ``end_lineno`` and ``end_column`` attributes should be checked. The default value is 3.8.
+
* Fix ``accept-no-yields-doc`` and ``accept-no-return-doc`` not allowing missing ``yield`` or
``return`` documentation when a docstring is partially correct