Skip to content

Commit

Permalink
Added changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jan 18, 2025
1 parent 3e3ff28 commit b320a3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to MiniJinja are documented here.
## 2.7.0

- Removed string interning. #675
- `loop.nextitem` is now a lazy operation. This prevents issues when
iterating over one-shot iterators combined with `{% break %}` and
it now ensures that the iterator is not running "one item ahead". #677

## 2.6.0

Expand Down

0 comments on commit b320a3c

Please sign in to comment.