aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorRyan Siemens <ryanjsiemens@gmail.com>2018-04-23 00:26:22 -0700
committerDavid Lord <davidism@gmail.com>2019-10-24 07:47:20 -0700
commit39d2e2254af6c0d829fc98b021f840aed2b53ea1 (patch)
tree2c50b73129ba9fdac567c59123389244f9a611f0 /CHANGES.rst
parent81825095d24f4dbccb40f787fff70db54989b91c (diff)
downloadjinja-39d2e2254af6c0d829fc98b021f840aed2b53ea1.tar.gz
LRUCache.copy initializes queue methods
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d53a4db2..6a35fd85 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -55,6 +55,8 @@ Unreleased
- :class:`~nativetypes.NativeTemplate` correctly handles quotes
between expressions. ``"'{{ a }}', '{{ b }}'"`` renders as the tuple
``('1', '2')`` rather than the string ``'1, 2'``. :issue:`1020`
+- ``LRUCache.copy()`` correctly re-initializes the queue methods
+ after copying. :issue:`843`
Version 2.10.3