chore: prepare 8.1.4 release changelog - #358
Merged
Merged
Conversation
Move the two keyword-parsing fixes from #357 out of [Unreleased] into a dated 8.1.4 section and reset the placeholder. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
sasahakyan
approved these changes
Sep 8, 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.
Summary
Moves the two keyword-parsing fixes from #357 out of
[Unreleased]into a dated8.1.4section so the release notes are ready to tag. This stays a patch release: both entries are bug fixes, with no API additions and no behaviour change for input that already parsed correctly.Changes
## [8.1.4] - 2026-09-08containing the keyword block-label and keyword object-key fixes from fix: accept HCL keywords as block labels and object keys (#148) #357.[Unreleased]to the- Nothing yet.placeholder.snowflake_schemasexample, the Can not parse file that has "in" attribute #148 regression reference, and the fix: allow keywords as block type names and labels #355 credit.Manual testing checklist
CHANGELOG.mdand confirm the8.1.4section sits between[Unreleased]and8.1.3, dated2026-09-08.#148,#355, and#357links resolve to the right issue/PRs.mainshould touch only the top of the file.Documentation-only change; the pre-commit markdown, trailing-whitespace, and end-of-file hooks pass on
CHANGELOG.md.Relates to #357
🤖 Co-Authored-By: Claude Opus 5 (1M context) Claude Code