From 1f808f06d1befd28393b0f1b7d2730dd656a5460 Mon Sep 17 00:00:00 2001 From: Jack Smith <72623970+jasmith-hs@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:21:17 -0400 Subject: [PATCH] Update CHANGES.md Update CHANGES.md to prepare for release 2.8.2 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e2fb4d6ed..1c7735811 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,6 @@ # Jinjava Releases # +### 2025-10-22 Version 2.8.2 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.8.2/jar)) ### +* [Fix helper token escape handling and unescaping when unquoting strings](https://github.com/HubSpot/jinjava/pull/1263) ### 2025-09-16 Version 2.8.1 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.8.1/jar)) ### * Disallow accessing properties on restricted classes while rendering * [Make stack operations use AutoCloseable for safer usage with try-with-resources](https://github.com/HubSpot/jinjava/pull/1250)