From ac6f04d45f2d76601c045269e10253503a74f07b Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 17 Apr 2020 14:01:03 -0700 Subject: [PATCH] Fix changelog (#4438) --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e10b18a..9a07b82cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +## HEAD (unreleased) + +- Add support for a `PULUMI_CONSOLE_DOMAIN` environment variable to override the + behavior for how URLs to the Pulumi Console are generated. + [#4410](https://github.com/pulumi/pulumi/pull/4410) + ## 2.0.0 (2020-04-16) ======= - CLI behavior change. Commands in non-interactive mode (i.e. when `pulumi` has its output piped to @@ -37,10 +43,6 @@ CHANGELOG - Avoid unexpected replace on resource with `import` applied on second update. [#4403](https://github.com/pulumi/pulumi/pull/4403) -- Add support for a `PULUMI_CONSOLE_DOMAIN` environment variable to override the - behavior for how URLs to the Pulumi Console are generated. - [#4410](https://github.com/pulumi/pulumi/pull/4410) - ## 1.14.1 (2020-04-13) - Propagate `additionalSecretOutputs` opt to Read in NodeJS. [#4307](https://github.com/pulumi/pulumi/pull/4307)