Skip to content

Commit c07186d

Browse files
committed
Release notes for 0.32
1 parent b525f01 commit c07186d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Changelog
55
=========
66

7+
.. _v0_32:
8+
9+
0.32 (2019-11-14)
10+
-----------------
11+
12+
Datasette now renders templates using `Jinja async mode <https://jinja.palletsprojects.com/en/2.10.x/api/#async-support>`__. This makes it easy for plugins to provide custom template functions that perform asynchronous actions, for example the new `datasette-template-sql <https://github.com/simonw/datasette-template-sql>`__ plugin which allows custom templates to directly execute SQL queries and render their results. (`#628 <https://github.com/simonw/datasette/issues/628>`__)
13+
714
.. _v0_31_2:
815

916
0.31.2 (2019-11-13)

0 commit comments

Comments
 (0)