From eedc7606892c39ab814591805dae9892054bfcc9 Mon Sep 17 00:00:00 2001 From: Justin Van Patten Date: Mon, 5 Aug 2019 17:16:22 -0700 Subject: [PATCH] Fix typo in CHANGELOG.md (#3029) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3662805..cbf15e071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ CHANGELOG secrets encryption or a fully-client-side local passphrase encryption. [#2994](https://github.com/pulumi/pulumi/pull/2994) -- Add `Ouput.concat` to Python SDK [#3006](https://github.com/pulumi/pulumi/pull/3006) +- Add `Output.concat` to Python SDK [#3006](https://github.com/pulumi/pulumi/pull/3006) - Add `requireOutput` to `StackReference` [#3007](https://github.com/pulumi/pulumi/pull/3007)