summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 19:10:48 +0200
committerGitHub <noreply@github.com>2023-04-25 17:10:48 +0000
commit08ed4136d83ba88d1e605e4afad71a5420396eec (patch)
tree5e0094640d1514537e80def524b9f1bd4694aae5 /ChangeLog
parent6865b2b04a22ccee4a34016520e667d5e517740d (diff)
downloadastroid-git-08ed4136d83ba88d1e605e4afad71a5420396eec.tar.gz
Remove deprecated `is_sys_guard` + `is_typing_guard` (#2153)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c587d8f..2f6fd29e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -121,6 +121,10 @@ Release date: TBA
Refs #2141
+* Remove deprecated ``is_sys_guard`` and ``is_typing_guard`` methods.
+
+ Refs #2153
+
* Remove deprecated ``Ellipsis``, ``ExtSlice``, ``Index`` nodes.
Refs #2152