Update CHANGELOG.md

This commit is contained in:
Chris Marchesi 2020-06-04 14:34:21 -07:00
parent 919ba77aeb
commit b6a2b60e17
No known key found for this signature in database
GPG Key ID: 8D6F1589D9834498
1 changed files with 6 additions and 1 deletions

View File

@ -1,8 +1,13 @@
# HCL Changelog
## v2.5.2 (unreleased)
## v2.6.0 (unreleased)
### Enhancements
* hcldec: Add a new Spec, ValidateSpec, which allows custom validation of values at decode-time. ([#387](https://github.com/hashicorp/hcl/pull/387))
### Bugs Fixed
* hclsyntax: Fix panic with combination of sequences and null arguments ([#386](https://github.com/hashicorp/hcl/pull/386))
* hclsyntax: Fix handling of unknown values and sequences ([#386](https://github.com/hashicorp/hcl/pull/386))