summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.14.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.14.rst')
-rw-r--r--doc/whatsnew/2.14.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/whatsnew/2.14.rst b/doc/whatsnew/2.14.rst
index 8763a8179..3e31f447a 100644
--- a/doc/whatsnew/2.14.rst
+++ b/doc/whatsnew/2.14.rst
@@ -73,6 +73,16 @@ Other Changes
Closes #5283
Closes #1887
+* The ``config`` attribute of ``BaseChecker`` has been deprecated. You can use ``checker.linter.config``
+ to access the global configuration object instead of a checker-specific object.
+
+ Ref #5392
+
+* The ``config`` attribute of ``PyLinter`` is now of the ``argparse.Namespace`` type instead of
+ ``optparse.Values``.
+
+ Ref #5392
+
* ``OptionsManagerMixIn`` has been replaced with ``ArgumentsManager``. ``ArgumentsManager`` is considered
private API and most methods that were public on ``OptionsManagerMixIn`` have now been deprecated and will
be removed in a future release.