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.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/whatsnew/2.14.rst b/doc/whatsnew/2.14.rst
index 3e4fd87e6..d5caee73a 100644
--- a/doc/whatsnew/2.14.rst
+++ b/doc/whatsnew/2.14.rst
@@ -281,10 +281,6 @@ Other Changes
Closes #6644
-* ``pylint.pyreverse.ASTWalker`` has been removed, as it was only used internally by a single child class.
-
- Ref #6712
-
Deprecations
============
@@ -387,6 +383,15 @@ Deprecations
Ref #5392
+* ``pylint.pyreverse.ASTWalker`` has been removed, as it was only used internally by a single child class.
+
+ Ref #6712
+
+* ``pyreverse``: Resolving and displaying implemented interfaces that are defined by the ``__implements__``
+ attribute has been deprecated and will be removed in 3.0.
+
+ Ref #6713
+
* ``is_class_subscriptable_pep585_with_postponed_evaluation_enabled`` has been deprecated.
Use ``is_postponed_evaluation_enabled(node) and is_node_in_type_annotation_context(node)``
instead.