aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-10-24 07:54:38 -0700
committerDavid Lord <davidism@gmail.com>2019-10-24 07:54:38 -0700
commit7ca03082c5ba4621113a16178a12cfdad20760bb (patch)
tree68d72a47347bddbe5a24f12adf6cef9a8c800462 /CHANGES.rst
parent39d2e2254af6c0d829fc98b021f840aed2b53ea1 (diff)
downloadjinja-7ca03082c5ba4621113a16178a12cfdad20760bb.tar.gz
don't create a third queue
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6a35fd85..f64047bd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -55,8 +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`
+- After calling ``LRUCache.copy()``, the copy's queue methods point to
+ the correct queue. :issue:`843`
Version 2.10.3