From 3c57e149322f6732cd18863b75f97016dd000e44 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 21 Aug 2020 11:37:10 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c559ec2..b70aedb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # HCL Changelog +## v2.7.0 (Unreleased) + +### Enhancements + +* hclwrite: `Block` type now supports `SetType` and `SetLabels`, allowing surgical changes to the type and labels of an existing block without having to reconstruct the entire block. ([#340](https://github.com/hashicorp/hcl/pull/340)) + ## v2.6.0 (June 4, 2020) ### Enhancements