summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-24 00:58:04 +0200
committerGitHub <noreply@github.com>2023-04-24 00:58:04 +0200
commit1336ee4a9b698bf501b5cda40e3524d6f5e532d5 (patch)
tree2289350c7e17a98838037438102e8bedaa2cb427 /ChangeLog
parent7fa848126c8178e78c47dff0415a1fc175b041eb (diff)
downloadastroid-git-1336ee4a9b698bf501b5cda40e3524d6f5e532d5.tar.gz
Remove unused constants (#2141)
* Remove `PY38_PLUS` constant * Remove `BUILTINS` constants * Remove `Load` + `Store` + `Del` * Remove `BOOL_SPECIAL_METHOD`
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 709b53ad..48bf6895 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,6 +88,17 @@ Release date: TBA
Refs #1490
+* Remove unused and / or deprecated constants:
+ - ``astroid.bases.BOOL_SPECIAL_METHOD``
+ - ``astroid.bases.BUILTINS``
+ - ``astroid.const.BUILTINS``
+ - ``astroid.const.PY38_PLUS``
+ - ``astroid.const.Load``
+ - ``astroid.const.Store``
+ - ``astroid.const.Del``
+
+ Refs #2141
+
What's New in astroid 2.15.4?
=============================