diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-05-29 16:29:44 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-05-29 16:29:44 -0400 |
| commit | 1f87991a8c42fd67904160e5dab511ca938871bd (patch) | |
| tree | c0e2a0d9e2c4c5885778775b3ba668c33c4dd1b3 /doc/build/changelog.rst | |
| parent | 68b74a1bf581433b59bfb1656b654018607c092d (diff) | |
| download | external_python_mako-1f87991a8c42fd67904160e5dab511ca938871bd.tar.gz external_python_mako-1f87991a8c42fd67904160e5dab511ca938871bd.tar.bz2 external_python_mako-1f87991a8c42fd67904160e5dab511ca938871bd.zip | |
- 1.1.3rel_1_1_3
Diffstat (limited to 'doc/build/changelog.rst')
| -rw-r--r-- | doc/build/changelog.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index a52b084..c0ff8e4 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -8,7 +8,16 @@ Changelog .. changelog:: :version: 1.1.3 - :include_notes_from: unreleased + :released: Fri May 29 2020 + + .. change:: + :tags: bug, templates + :tickets: 267 + + The default template encoding is now utf-8. Previously, the encoding was + "ascii", which was standard throughout Python 2. This allows that + "magic encoding comment" for utf-8 templates is no longer required. + .. changelog:: :version: 1.1.2 |
