Update CHANGELOG.md
This commit is contained in:
parent
c21e319577
commit
3c7194d967
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
* gohcl: When decoding into a struct value with some fields already populated, those values will be retained if not explicitly overwritten in the given HCL body, with similar overriding/merging behavior as `json.Unmarshal` in the Go standard library.
|
* gohcl: When decoding into a struct value with some fields already populated, those values will be retained if not explicitly overwritten in the given HCL body, with similar overriding/merging behavior as `json.Unmarshal` in the Go standard library.
|
||||||
|
|
||||||
|
### Bugs Fixed
|
||||||
|
|
||||||
|
* hclwrite: The `Body.Blocks` method was returing the blocks in an indefined order, rather than preserving the order of declaration in the source input. ([#313](https://github.com/hashicorp/hcl/pull/313))
|
||||||
|
|
||||||
## v2.0.0 (Oct 2, 2019)
|
## v2.0.0 (Oct 2, 2019)
|
||||||
|
|
||||||
Initial release of HCL 2, which is a new implementating combining the HCL 1
|
Initial release of HCL 2, which is a new implementating combining the HCL 1
|
||||||
|
Loading…
Reference in New Issue
Block a user