diff options
author | David Vitek <dvitek@grammatech.com> | 2022-04-10 20:55:22 +0000 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2022-04-25 14:09:33 -0700 |
commit | 746bb95780c17687b27b6d1bf4df1216f0da972c (patch) | |
tree | 044f7d4e6a5af7e1eda83b2eddc45c4b534d137c /CHANGES.rst | |
parent | 466a200ea40642b674db77588d13889abbad55f5 (diff) | |
download | jinja2-746bb95780c17687b27b6d1bf4df1216f0da972c.tar.gz |
Fix race conditions in FileSystemBytecodeCache
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index da7d0a6..96a9567 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,7 @@ Unreleased - Add parameters to ``Environment.overlay`` to match ``__init__``. :issue:`1645` +- Handle race condition in ``FileSystemBytecodeCache``. :issue:`1654` Version 3.1.1 |