diff options
Diffstat (limited to 'doc/build/changelog.rst')
-rw-r--r-- | doc/build/changelog.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst index 03aaec7..9c321bb 100644 --- a/doc/build/changelog.rst +++ b/doc/build/changelog.rst @@ -6,6 +6,18 @@ Changelog === .. changelog:: + :version: 1.0.2 + + .. change:: + :tags: feature + :tickets: 236 + + Added STOP_RENDERING keyword for returning/exiting from a + template early. Previously the docs suggested a bare + ``return``, but this could cause ``None`` to appear in the + rendered template result. + +.. changelog:: :version: 1.0.1 :released: Thu Jan 22 2015 |