docs: prepare changelog for jinjava 2.8.4 release#1329
Merged
jasmith-hs merged 1 commit intoJul 24, 2026
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jasmith-hs
marked this pull request as ready for review
July 24, 2026 14:48
rewaddell
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the
2.8.4release notes (dated 2026-07-24) to the top ofCHANGES.mdon themaster-2.8.xmaintenance line — the branch the 2.8.4 release actually builds from (currently2.8.4-SNAPSHOT). This changelog is authored by Claude Code.The entries cover every user-facing PR merged into
master-2.8.xsince 2.8.3 shipped on 2026-02-02 — largely backports of 3.0-line fixes/features that consumers still pinned to the 2.8.x line need:keepTrailingNewlineoption matching Python Jinja2's default (Add keepTrailingNewline option to LegacyOverrides to match Python Jinja2 default behaviour #1311)IntegertoLongin set filters (Auto-convert Integer to Long in set filters (3.0) #1308)withUnwrapRawOverride(feat: add boolean parameter to withUnwrapRawOverride #1313)BuiltinFeatures(Introduce BuiltinFeatures #1289)RenderFilterhandling of deferred values (fix(eager): Fix RenderFilter's handling of deferred values #1258)isResolvableObjectbefore building hashcode (fix(eager): Use isResolvableObject instead of contains before trying to build hashcode #1286)JinjavaInterpreter(refactor: Don't require explicitly pushing JinjavaInterpreter when using it directly #1285)A pom publish-location revert (#1283) was excluded as non-user-facing.
Notes
master: docs: prepare changelog for jinjava 2.8.4 release #1326 (same changelog entry, matching prior changelog-prep convention).This PR description was authored by Claude Code.