aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-10-28 09:39:37 -0700
committerDavid Lord <davidism@gmail.com>2019-10-28 09:39:37 -0700
commit1db7d51366cd157a5fbcd917da11cd3b19c73587 (patch)
tree5e40af21be7fcb78413d7791fbc1f821297ff89f /CHANGES.rst
parent848809089cae513f66678802e5f12ef8b0693523 (diff)
downloadjinja-1db7d51366cd157a5fbcd917da11cd3b19c73587.tar.gz
compile writes utf8
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 022da5a6..108f4879 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -60,6 +60,8 @@ Unreleased
:class:`Environment`. :issue:`1091`
- After calling ``LRUCache.copy()``, the copy's queue methods point to
the correct queue. :issue:`843`
+- Compiling templates always writes UTF-8 instead of defaulting to the
+ system encoding. :issue:`889`
Version 2.10.3