We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564ab86 commit 316d4b4Copy full SHA for 316d4b4
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
include:
16
- build: pinned
17
os: ubuntu-18.04
18
- rust: 1.41.1
+ rust: 1.46.0
19
- build: stable
20
21
rust: stable
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.13.0 (unreleased)
4
+
5
+- Add `default` parameter to `get` filter
6
+- `Tera::extend` now also copies over function
7
+- Add Context-local functions
8
9
## 1.12.1 (2021-07-13)
10
11
- Remove unused feature of chrono
0 commit comments