diff options
author | lacsaP <patatetom@users.noreply.github.com> | 2017-11-15 14:14:29 +0100 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-11-15 10:04:58 -0500 |
commit | c480854e334a225812dd43582b28a48ee57aa9b5 (patch) | |
tree | b1349c663ca841fd603b82d8d525771bca34d445 /doc/build/changelog.rst | |
parent | e63e7787eea3e1c1fb39ae7e1672b0202f0fb9c6 (diff) | |
download | external_python_mako-c480854e334a225812dd43582b28a48ee57aa9b5.tar.gz external_python_mako-c480854e334a225812dd43582b28a48ee57aa9b5.tar.bz2 external_python_mako-c480854e334a225812dd43582b28a48ee57aa9b5.zip |
Add --output-encoding to mako-render
Fixes: #271
Change-Id: I88b46cfbdea9eda0b4c478dd97829bee8431ff58
Diffstat (limited to 'doc/build/changelog.rst')
-rw-r--r-- | doc/build/changelog.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index 1b7c51b..bb592c9 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -6,6 +6,16 @@ Changelog === .. changelog:: + :version: 1.0.8 + + .. change:: + :tags: feature + :tickets: 271 + + Added ``--output-encoding`` flag to the mako-render script. + Pull request courtesy lacsaP. + +.. changelog:: :version: 1.0.7 :released: Thu Jul 13 2017 |