summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 19:50:46 +0200
committerGitHub <noreply@github.com>2023-04-25 19:50:46 +0200
commit310b62ad450527859a8b59c385aeca35663560fb (patch)
tree8c8eb9a7366a0327ade4af9e83c7309b77f9f6cc /ChangeLog
parent08ed4136d83ba88d1e605e4afad71a5420396eec (diff)
downloadastroid-git-310b62ad450527859a8b59c385aeca35663560fb.tar.gz
Remove deprecated doc attribute (#2154)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f6fd29e..a760172d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -121,13 +121,18 @@ Release date: TBA
Refs #2141
+* Remove deprecated ``Ellipsis``, ``ExtSlice``, ``Index`` nodes.
+
+ Refs #2152
+
* Remove deprecated ``is_sys_guard`` and ``is_typing_guard`` methods.
Refs #2153
-* Remove deprecated ``Ellipsis``, ``ExtSlice``, ``Index`` nodes.
+* Remove deprecated ``doc`` attribute for ``Module``, ``ClassDef``, and ``FunctionDef``.
+ Use the ``doc_node`` attribute instead.
- Refs #2152
+ Refs #2154
What's New in astroid 2.15.5?