Skip to content

Commit 94d8902

Browse files
authored
Merge pull request #1154 from HubSpot/update-changes
Update changelog for new release 2.7.2
2 parents ea37bb6 + 578324b commit 94d8902

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Jinjava Releases #
2+
### 2024-02-12 Version 2.7.2 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.2/jar)) ###
3+
* [Use interpreter's locale for strftime functions](https://github.com/HubSpot/jinjava/pull/1109)
4+
* [Prevent infinite hashCode recursion in PyList or PyMap](https://github.com/HubSpot/jinjava/pull/1112)
5+
* [Support aliasing macro function names in {% from %} tag](https://github.com/HubSpot/jinjava/pull/1117)
6+
* [Add whitespace trimming functionality for notes and expressions](https://github.com/HubSpot/jinjava/pull/1122)
7+
* [Add feature to prevent accidental expressions from being output](https://github.com/HubSpot/jinjava/pull/1123)
8+
* [Add length-limiting to |render filter and add |closehtml filter](https://github.com/HubSpot/jinjava/pull/1128)
9+
* [Add length-limiting to |tojson filter](https://github.com/HubSpot/jinjava/pull/1131)
10+
* [Make |pprint filter output in JSON format](https://github.com/HubSpot/jinjava/pull/1132)
11+
* [Allow for loop with `null` values](https://github.com/HubSpot/jinjava/pull/1140)
12+
* [Add length-limiting when coercing strings](https://github.com/HubSpot/jinjava/pull/1142)
13+
* [Add `ECHO_UNDEFINED` feature](https://github.com/HubSpot/jinjava/pull/1150)
14+
* Various PRs for eager execution to support two-phase rendering.
15+
216
### 2023-08-11 Version 2.7.1 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.1/jar)) ###
317
* [Introduce `{% do %}` blocks](https://github.com/HubSpot/jinjava/pull/1030)
418
* [Add warnings for unclosed tokens](https://github.com/HubSpot/jinjava/pull/1093)

0 commit comments

Comments
 (0)