diff options
| author | Martin Atkins <mart@degeneration.co.uk> | 2024-05-09 11:50:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-09 11:50:35 -0700 |
| commit | 212a40e528766634a1aa6dd1e820d7936762196e (patch) | |
| tree | 3b225b6752ac14eedf79bcb0e32646146a9f7aaa | |
| parent | 318bbfebb5e1eeea09765b1edb1aec303f75a268 (diff) | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a33c5a6..e8d06e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ ### Enhancements * Introduce `ParseTraversalPartial`, which allows traversals that include the splat (`[*]`) index operator. ([#673](https://github.com/hashicorp/hcl/pull/673)) +* ext/dynblock: Now accepts marked values in `for_each`, and will transfer those marks (as much as technically possible) to values in the generated blocks. ([#679](https://github.com/hashicorp/hcl/pull/679)) + +### Bugs Fixed + +* Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. ([#678](https://github.com/hashicorp/hcl/pull/678)) ## v2.20.1 (March 26, 2024) |
