CL spacing
This commit is contained in:
parent
1525280a49
commit
b6e591e03f
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -2,23 +2,23 @@
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
* core: Formalized the syntax of interpolations and documented it
|
* core: Formalized the syntax of interpolations and documented it
|
||||||
very heavily.
|
very heavily.
|
||||||
* core: Strings in interpolations can now contain further interpolations,
|
* core: Strings in interpolations can now contain further interpolations,
|
||||||
e.g.: `foo ${bar("${baz}")}`.
|
e.g.: `foo ${bar("${baz}")}`.
|
||||||
* provider/aws: Internet gateway supports tags [GH-720]
|
* provider/aws: Internet gateway supports tags [GH-720]
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
* core: Fixing use of remote state with plan files. [GH-741]
|
* core: Fixing use of remote state with plan files. [GH-741]
|
||||||
* core: Fix a panic case when certain invalid types were used in
|
* core: Fix a panic case when certain invalid types were used in
|
||||||
the configuration. [GH-691]
|
the configuration. [GH-691]
|
||||||
* core: Escape characters `\"`, `\n`, and `\\` now work in interpolations.
|
* core: Escape characters `\"`, `\n`, and `\\` now work in interpolations.
|
||||||
* provider/aws: ELB subnet change doesn't force new resource. [GH-804]
|
* provider/aws: ELB subnet change doesn't force new resource. [GH-804]
|
||||||
|
|
||||||
PLUGIN CHANGES:
|
PLUGIN CHANGES:
|
||||||
|
|
||||||
* New `helper/schema` type: `TypeFloat` [GH-594]
|
* New `helper/schema` type: `TypeFloat` [GH-594]
|
||||||
|
|
||||||
## 0.3.6 (January 6, 2015)
|
## 0.3.6 (January 6, 2015)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue