Update CHANGELOG.md
This commit is contained in:
parent
bf73a31da3
commit
4627c12550
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue