diff options
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 |
