Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-06-23 15:42:57 -05:00
parent c154ef9558
commit 2b1038a63a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ BACKWARDS INCOMPATIBILITIES:
* `provisioner/remote-exec`: The `agent` field now defaults to `true` if * `provisioner/remote-exec`: The `agent` field now defaults to `true` if
the `SSH_AGENT_SOCK` environment variable is present. In other words, 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] `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]
FEATURES: FEATURES: