Skip to content

Commit 2dea421

Browse files
committed
Added changelog entry
1 parent e2d9b11 commit 2dea421

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ All notable changes to MiniJinja are documented here.
1010
means that if you do `{% import 'template.j2' as x %}` and you
1111
then render `{{ x }}` the output of `template.j2` is rendered as
1212
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
1316

1417
## 2.9.0
1518

0 commit comments

Comments
 (0)