Update CHANGELOG.md

This commit is contained in:
Alisdair McDiarmid 2021-01-05 08:56:59 -05:00 committed by GitHub
parent 4ace3e69bf
commit 29a3c5edf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
## v2.8.2 (Unreleased)
### Bugs Fixed
* hclsyntax: Fix panic for marked collection splat. ([#436](https://github.com/hashicorp/hcl/pull/436))
* hclsyntax: Fix panic for marked template loops. ([#437](https://github.com/hashicorp/hcl/pull/437))
* hclsyntax: Fix `for` expression marked conditional.([#438](https://github.com/hashicorp/hcl/pull/438))
## v2.8.1 (December 17, 2020)
### Bugs Fixed