summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ccc766637..4e2e54dcf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,6 +12,12 @@ Bug Fixes
- Fix another bug in ``repoze.bfg.static_url`` URL generation: too
many slashes in generated URL.
+- Prevent a race condition which could result in a ``RuntimeError``
+ when rendering a Chameleon template that has not already been
+ rendered once. This would usually occur directly after a restart,
+ when more than one person or thread is trying to execute the same
+ view at the same time: https://bugs.launchpad.net/karl3/+bug/621364
+
Internal
--------