From 6175874cbd205852d69e4ee884eab489e6bcb428 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 24 Jun 2015 12:38:54 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac3bdf9c1..2cf6950f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,9 @@ BACKWARDS INCOMPATIBILITIES: 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 (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] + of joining strings is maintained in this version but is deprecated, strings + should be combined using interpolation syntax, like "${var.foo}{var.bar}") + [GH-1790] FEATURES: