Skip to content

Commit 91152ab

Browse files
authored
Update CHANGELOG.md
1 parent 0d9c1da commit 91152ab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
* hclwrite: New functions `TokensForTuple`, `TokensForObject`, and `TokensForFunctionCall` allow for more easily constructing the three constructs which are supported for static analysis and which HCL-based languages typically use in contexts where an expression is used only for its syntax, and not evaluated to produce a real value. For example, these new functions together are sufficient to construct all valid type constraint expressions from [the Type Expressions Extension](./ext/typeexpr/), which is the basis of variable type constraints in the Terraform language at the time of writing. ([#502](https://github.com/hashicorp/hcl/pull/502))
88
* hclsyntax: The lexer will no longer allocate a small object on the heap for each token. Instead, in that situation it will allocate only when needed to return a diagnostic message with source location information. ([#490](https://github.com/hashicorp/hcl/pull/490))
99

10+
### Bugs Fixed
11+
12+
* gohcl: Fix docs about supported types for blocks ([#507](https://github.com/hashicorp/hcl/pull/507))
13+
1014
## v2.11.1 (Dec 1, 2021)
1115

1216
### Bugs Fixed

0 commit comments

Comments
 (0)