We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d9b11 commit 2dea421Copy full SHA for 2dea421
CHANGELOG.md
@@ -10,6 +10,9 @@ All notable changes to MiniJinja are documented here.
10
means that if you do `{% import 'template.j2' as x %}` and you
11
then render `{{ x }}` the output of `template.j2` is rendered as
12
if it was included. #778
13
+- Improved compatibility with Jinja2 for slicing. Negative steps
14
+ are now correctly handled. Additionally slicing on bytes now
15
+ correctly handles steps other than 1. #781
16
17
## 2.9.0
18
0 commit comments