From 6a747c8a53944fbc3f2057ac6da2c9433ff136ed Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 2 Dec 2020 12:11:29 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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)