summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aaae745..5e6f1522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,9 +40,10 @@ Release date: TBA
Closes PyCQA/pylint#5059
-* The ``is_typing_guard`` and ``is_sys_guard`` functions were deprecated and will
- be removed in 3.0.0. They are complex meta-inference functions that are not
- suitable for astroid.
+* The ``is_typing_guard`` and ``is_sys_guard`` functions are deprecated and will
+ be removed in 3.0.0. They are complex meta-inference functions that are better
+ suited for pylint. Import them from ``pylint.checkers.utils`` instead
+ (requires pylint ``2.12``).
What's New in astroid 2.8.0?