diff options
| author | Radek Simko <radeksimko@users.noreply.github.com> | 2024-02-16 14:45:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-16 14:45:50 +0000 |
| commit | 6055ebc56c8b5495ac32e707f48d0ea1fd7ef619 (patch) | |
| tree | 4172525a11c36b17ba83b780363598d3ca84366d /CHANGELOG.md | |
| parent | b079b8b78743e7bca2ef20b876e16fb0af0e962a (diff) | |
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e018a6..96156d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ ## v2.20.0 (unreleased) +### Enhancements + +* Support for namespaced functions ([#639](https://github.com/hashicorp/hcl/pull/639)) + ### Bugs Fixed -* ext/dynblock: if `iterator` is invalid return this error instead of consequential errors. ([#656](https://github.com/hashicorp/hcl/pull/656)) +* ext/dynblock: if `iterator` is invalid return this error instead of consequential errors ([#656](https://github.com/hashicorp/hcl/pull/656)) +* hclwrite: Fix formatting of namespaced functions ([#658](https://github.com/hashicorp/hcl/pull/658)) ## v2.19.0 (October 16, 2023) |
