summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Atkins <mart@degeneration.co.uk>2020-12-02 12:11:29 -0800
committerGitHub <noreply@github.com>2020-12-02 12:11:29 -0800
commit6a747c8a53944fbc3f2057ac6da2c9433ff136ed (patch)
tree5390408326f34e8ab57fca2a12e24e5a23388876
parentf1f39852306ab7dc0a64c4f7d300999c5832ca17 (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f159e6b..b6955f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# HCL Changelog
-## v2.7.3 (Unreleased)
+## v2.8.0 (Unreleased)
+
+### Enhancements
+
+* hclsyntax: Expression grouping parentheses will now be reflected by an explicit node in the AST, whereas before they were only considered during parsing. ([#426](https://github.com/hashicorp/hcl/pull/426))
+
+### Bugs Fixed
+
+* hclwrite: The parser will now correctly include the `(` and `)` tokens when an expression is surrounded by parentheses. Previously it would incorrectly recognize those tokens as being extraneous tokens outside of the expression. ([#426](https://github.com/hashicorp/hcl/pull/426))
## v2.7.2 (November 30, 2020)