docs: prepare changelog for jinjava 2.8.4 release#1326
Draft
jasmith-hs wants to merge 1 commit into
Draft
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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-23) to the top ofCHANGES.md, following the existing entry format. This changelog is authored by Claude Code.The 2.8.4 release is cut from the
master-2.8.xmaintenance line (currently2.8.4-SNAPSHOT). The entries cover every user-facing PR merged intomaster-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
masterto match prior changelog-prep PRs; the entry may also need cherry-picking ontomaster-2.8.xahead of the maven-release-plugin run.This PR description was authored by Claude Code.