From 4e5bef6d8c7767f05560f1112427aea0d86564c7 Mon Sep 17 00:00:00 2001 From: Jack Smith <72623970+jasmith-hs@users.noreply.github.com> Date: Mon, 5 May 2025 10:43:52 -0400 Subject: [PATCH] Update changelog for version 2.8.0 Updates the changelog to include the changes since the release of 2.7.4. This is a major version upgrade as Jinjava now targets Java 17, meaning Jinjava 2.8.0+ will not work on JVMs running pre-17 versions of Java --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 29da4711c..b03d4b46c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ # Jinjava Releases # +### 2024-05-05 Verision 2.8.0 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.8.0/jar)) ### +* [Target Java 17](https://github.com/HubSpot/jinjava/pull/1238) +* [Implement PyMap#get with optional default](https://github.com/HubSpot/jinjava/pull/1233) +* [Fix ConcurrentModificationException when sharing Context across threads](https://github.com/HubSpot/jinjava/pull/1239) +* [Fix max render depth tracking for {% call %} tags](https://github.com/HubSpot/jinjava/pull/1229) + ### 2024-12-06 Verision 2.7.4 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.4/jar)) ### * [Implement jinja2.ext.loopcontrols extensions (break and continue)](https://github.com/HubSpot/jinjava/pull/1219) * [Apply whitespace rules for LStrip and Trim to comment blocks](https://github.com/HubSpot/jinjava/pull/1217)