CL spacing

This commit is contained in:
Mitchell Hashimoto 2015-01-16 08:34:24 -08:00
parent 1525280a49
commit b6e591e03f
1 changed files with 11 additions and 11 deletions

View File

@ -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)