Skip to content

Commit e0b5cd4

Browse files
authored
Merge pull request #1206 from HubSpot/2.7.3-changelog
Update changelog for version 2.7.3
2 parents 3e243de + 01c6c89 commit e0b5cd4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Jinjava Releases #
2+
### 2024-09-12 Version 2.7.3 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.3/jar)) ###
3+
* [Add support for numeric keys in map literal](https://github.com/HubSpot/jinjava/pull/1152)
4+
* [Add feature to consider undefined variable a TemplateError](https://github.com/HubSpot/jinjava/pull/1174)
5+
* [Improve Optional value serialization](https://github.com/HubSpot/jinjava/pull/1175)
6+
* [Fix bug where extends roots were processed inside of the RenderFilter](https://github.com/HubSpot/jinjava/pull/1159)
7+
* [Don't allow illegal characters in XmlAttrFilter](https://github.com/HubSpot/jinjava/pull/1179)
8+
* [Limit string length in `+` and `~` operators](https://github.com/HubSpot/jinjava/pull/1161)
9+
* Fix various RuntimeExceptions in filters and functions
10+
* Updates dependency versions
211
### 2024-02-12 Version 2.7.2 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.2/jar)) ###
312
* [Use interpreter's locale for strftime functions](https://github.com/HubSpot/jinjava/pull/1109)
413
* [Prevent infinite hashCode recursion in PyList or PyMap](https://github.com/HubSpot/jinjava/pull/1112)

0 commit comments

Comments
 (0)