feat: support cache jinja2 template response

This commit is contained in:
vvanglro
2022-09-28 17:37:05 +08:00
parent 34415ad50a
commit 7e64cd6490
5 changed files with 35 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## 0.2
### 0.2.1
- Support cache jinja2 template response.
### 0.2.0
- Make `request` and `response` optional.