Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2020-08-21 11:37:10 -07:00 committed by GitHub
parent 7d8f0ff870
commit 3c57e14932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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