summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-03 00:55:35 +0100
committerGitHub <noreply@github.com>2022-03-03 00:55:35 +0100
commit80b67a9c4c9bcbfb8a05a5311e269ae3bd55eec7 (patch)
tree63aae7a94c351f3cfb4064ec51d12e5c13c5b2fd /ChangeLog
parentda745538c7236028a22cdf0405f6829fcf6886bc (diff)
downloadastroid-git-80b67a9c4c9bcbfb8a05a5311e269ae3bd55eec7.tar.gz
Use functools.cached_property for 3.8+ (#1417)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5be140a..ec61695d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,11 @@ Release date: TBA
* Add new (optional) ``doc_node`` attribute to ``nodes.Module``, ``nodes.ClassDef``,
and ``nodes.FunctionDef``.
+* Replace custom ``cachedproperty`` with ``functools.cached_property`` and deprecate it
+ for Python 3.8+.
+
+ Closes #1410
+
What's New in astroid 2.10.1?
=============================