From a4e5b0ddb28ca025f62ad8d3acd1334d97a1e242 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 9 Jun 2024 01:06:30 +0200 Subject: [PATCH] Added changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d192a3f9..4db3a8a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to MiniJinja are documented here. +## 2.0.2 + +- Implemented sequence (+ some iterator) and string repeating with the `*` + operator to match Jinja2 behavior. #519 + ## 2.0.1 - Fixed an issue that caused custom delimiters to not work in the Python