CHANGELOG: Some small tweaks prior to v2.0.0 release
This commit is contained in:
parent
46f91bd139
commit
9e36050dd7
@ -6,7 +6,7 @@ Initial release of HCL 2, which is a new implementating combining the HCL 1
|
|||||||
language with the HIL expression language to produce a single language
|
language with the HIL expression language to produce a single language
|
||||||
supporting both nested configuration structures and arbitrary expressions.
|
supporting both nested configuration structures and arbitrary expressions.
|
||||||
|
|
||||||
HCL 2 has an entirely new Go library API and so is not a drop-in upgrade
|
HCL 2 has an entirely new Go library API and so is _not_ a drop-in upgrade
|
||||||
relative to HCL 1. It's possible to import both versions of HCL into a single
|
relative to HCL 1. It's possible to import both versions of HCL into a single
|
||||||
program using Go's _semantic import versioning_ mechanism:
|
program using Go's _semantic import versioning_ mechanism:
|
||||||
|
|
||||||
@ -19,5 +19,5 @@ import (
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Prior to v2.0.0 there was not a curated changelog. Consult the git history for
|
Prior to v2.0.0 there was not a curated changelog. Consult the git history
|
||||||
information on the changes to HCL 1.
|
from the latest v1.x.x tag for information on the changes to HCL 1.
|
||||||
|
Loading…
Reference in New Issue
Block a user