Skip to content

Commit 4e5bef6

Browse files
authored
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
1 parent bdf0a18 commit 4e5bef6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Jinjava Releases #
2+
### 2024-05-05 Verision 2.8.0 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.8.0/jar)) ###
3+
* [Target Java 17](https://github.com/HubSpot/jinjava/pull/1238)
4+
* [Implement PyMap#get with optional default](https://github.com/HubSpot/jinjava/pull/1233)
5+
* [Fix ConcurrentModificationException when sharing Context across threads](https://github.com/HubSpot/jinjava/pull/1239)
6+
* [Fix max render depth tracking for {% call %} tags](https://github.com/HubSpot/jinjava/pull/1229)
7+
28
### 2024-12-06 Verision 2.7.4 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.4/jar)) ###
39
* [Implement jinja2.ext.loopcontrols extensions (break and continue)](https://github.com/HubSpot/jinjava/pull/1219)
410
* [Apply whitespace rules for LStrip and Trim to comment blocks](https://github.com/HubSpot/jinjava/pull/1217)

0 commit comments

Comments
 (0)