summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8462.breaking
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/8462.breaking')
-rw-r--r--doc/whatsnew/fragments/8462.breaking5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8462.breaking b/doc/whatsnew/fragments/8462.breaking
new file mode 100644
index 000000000..c794235c0
--- /dev/null
+++ b/doc/whatsnew/fragments/8462.breaking
@@ -0,0 +1,5 @@
+The warning when the now useless old pylint cache directory (pylint.d) was
+found was removed. The cache dir is documented in
+[the FAQ](https://pylint.readthedocs.io/en/latest/faq.html#where-is-the-persistent-data-stored-to-compare-between-successive-runs).
+
+Refs #8462