Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-06-24 12:38:07 -05:00
parent bf73a31da3
commit 4627c12550
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ BACKWARDS INCOMPATIBILITIES:
* `provisioner/remote-exec`: The `agent` field now defaults to `true` if
the `SSH_AGENT_SOCK` environment variable is present. In other words,
`ssh-agent` support is now opt-out instead of opt-in functionality. [GH-2408]
* `concat()` has been repurposed to combine lists instead of strings [GH-1790]
* `concat()` has been repurposed to combine lists instead of strings (old behavior
of joining strings is maintained in this version but is deprecated, strings can be
combined strings using "${var.foo}{var.bar}" going forward) [GH-1790]
FEATURES: