summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--changelog.d/6213.bugfix2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/6213.bugfix b/changelog.d/6213.bugfix
index 072264fba3..2bb2d08851 100644
--- a/changelog.d/6213.bugfix
+++ b/changelog.d/6213.bugfix
@@ -1 +1 @@
-Fix LruCache callback deduplication.
+Fix LruCache callback deduplication for Python 3.8. Contributed by @V02460.