v2.5.1 release

This commit is contained in:
Alisdair McDiarmid 2020-05-14 09:33:09 -04:00 committed by GitHub
parent 20b8095b08
commit 80755673bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
# HCL Changelog
## v2.6.0 (unreleased)
## v2.5.1 (May 14, 20202)
### Bugs Fixed
* hclwrite: handle legacy dot access of numeric indexes. ([#369](https://github.com/hashicorp/hcl/pull/369))
* hclwrite: Fix panic for dotted full splat (`foo.*`) ([#374](https://github.com/hashicorp/hcl/pull/374))
## v2.5.0 (May 6, 2020)