aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-09-24 12:44:13 -0400
committerPaul Ganssle <paul@ganssle.io>2018-10-16 14:21:12 -0400
commit556b56cfa8b4f37ab99b99a8e047726dc3b5b816 (patch)
tree998a7edfe28f1ecaa30a57ee05102f8a9cd01010
parent1526a9d2ff4130f004546c8d5199624da9d5376f (diff)
downloaddateutil-556b56cfa8b4f37ab99b99a8e047726dc3b5b816.tar.gz
Add changelog for PR #761
-rw-r--r--changelog.d/761.feature.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/761.feature.rst b/changelog.d/761.feature.rst
new file mode 100644
index 0000000..37c9b4d
--- /dev/null
+++ b/changelog.d/761.feature.rst
@@ -0,0 +1 @@
+Added a small "strong value" cache into ``tz.gettz``, ``tz.tzoffset`` and ``tz.tzstr`` to improve performance in the situation where transient references are repeatedly created to the same time zones, but no strong reference is continuously held. Patch by Gökçen Nurlu (gh issue #691, gh pr #761)