update cHANGELOG
This commit is contained in:
parent
7f9abbb99c
commit
943e62222b
|
@ -2,6 +2,10 @@
|
|||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* core: Formalized the syntax of interpolations and documented it
|
||||
very heavily.
|
||||
* core: Strings in interpolations can now contain further interpolations,
|
||||
e.g.: `foo ${bar("${baz}")}`.
|
||||
* provider/aws: Internet gateway supports tags [GH-720]
|
||||
|
||||
BUG FIXES:
|
||||
|
@ -9,6 +13,7 @@ BUG FIXES:
|
|||
* core: Fixing use of remote state with plan files. [GH-741]
|
||||
* core: Fix a panic case when certain invalid types were used in
|
||||
the configuration. [GH-691]
|
||||
* core: Escape characters `\"`, `\n`, and `\\` now work in interpolations.
|
||||
|
||||
PLUGIN CHANGES:
|
||||
|
||||
|
|
Loading…
Reference in New Issue