From 96b464a4b9ba6f2c72a28c3b296b3de14aa6dab6 Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Wed, 16 Jan 2019 11:58:15 -0800 Subject: [PATCH] Update CHANGELOG.md The previous commit added a note in the wrong section. Simply move the note and add some context that these new features only work in nodejs. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b6b7dfb9..2aa724ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.16.11 (Unreleased) +### Improvements + +- In the nodejs SDK, `pulumi.interpolate` and `pulumi.concat` have been added as convenient ways to combine Output values into strings. + ## 0.16.10 (Released January 11th, 2019) ### Improvements @@ -14,8 +18,6 @@ - Exporting a Resource from an application Stack now exports it as a rich recursive pojo instead of just being an opaque URN (fixes https://github.com/pulumi/pulumi/issues/1858). -- pulumi.interpolate and pulumi.concat have been added as convenient ways to combine Output values into strings. - ## 0.16.9 (Released December 24th, 2018) ### Improvements