Sourced from github.com/hashicorp/hcl/v2's releases.
v2.23.0
What's Changed
- Preserve marks when traversing unknown values by
@jbardin
in hashicorp/hcl#699- Better control of marks through conditional and for expressions by
@jbardin
in hashicorp/hcl#710Full Changelog: https://github.com/hashicorp/hcl/compare/v2.22.0...v2.23.0
56a9aee
Merge pull request #710
from hashicorp/jbardin/marked-conditionsb48ba6e
pass marks through unknown ForExpr valuesbbfec2d
pass all marks through conditional expressionsd20d07f
github: Pin action refs to latest trusted by TSCCR (#700)3883feb
docs(ext/dynblock): recursive function call typo in detecting variables
(#686)2eb163f
Merge pull request #701
from hashicorp/d/fix-typo65971e8
docs: use 'by' instead of 'prior to'1dfc778
docs: fix typo78fe993
Merge pull request #699
from hashicorp/jbardin/marked-traversalse2f43f4
Preserve marks when traversing unknown values