We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b079b8b commit 6055ebcCopy full SHA for 6055ebc
CHANGELOG.md
@@ -2,9 +2,14 @@
2
3
## v2.20.0 (unreleased)
4
5
+### Enhancements
6
+
7
+* Support for namespaced functions ([#639](https://github.com/hashicorp/hcl/pull/639))
8
9
### Bugs Fixed
10
-* ext/dynblock: if `iterator` is invalid return this error instead of consequential errors. ([#656](https://github.com/hashicorp/hcl/pull/656))
11
+* ext/dynblock: if `iterator` is invalid return this error instead of consequential errors ([#656](https://github.com/hashicorp/hcl/pull/656))
12
+* hclwrite: Fix formatting of namespaced functions ([#658](https://github.com/hashicorp/hcl/pull/658))
13
14
## v2.19.0 (October 16, 2023)
15
0 commit comments