Update CHANGELOG.md
This commit is contained in:
parent
6a20e8927d
commit
0f5f73eae1
|
@ -2,8 +2,14 @@
|
|||
|
||||
BACKWARDS INCOMPATIBILITIES / NOTES:
|
||||
|
||||
* Terraform's built-in plugins are now distributed as part of the main Terraform binary, and use the go-plugin framework. Overrides are still available using separate binaries, but will need recompiling against Terraform 0.7.
|
||||
* The `concat()` interpolation function can no longer be used to join strings.
|
||||
|
||||
FEATURES:
|
||||
|
||||
* **New command:** `terraform state` to provide access to a variety of state manipulation functions [GH-5811]
|
||||
* core: Lists and maps can now be used as first class types for variables, and may be passed between modules [GH-6322]
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* provider/clc: Fix optional server password [GH-6414]
|
||||
|
|
Loading…
Reference in New Issue