Update CHANGELOG

This commit is contained in:
Luke Hoban 2020-04-21 06:09:01 -07:00 committed by GitHub
parent 5d9e3626b3
commit e1cdd182cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ CHANGELOG
[#4441](https://github.com/pulumi/pulumi/pull/4441)
## 2.0.0 (2020-04-16)
=======
- CLI behavior change. Commands in non-interactive mode (i.e. when `pulumi` has its output piped to
another process or running on CI) will not default to assuming that `--yes` was passed in. `--yes` is now
explicitly required to proceed in non-interactive scenarios. This affects:
@ -23,7 +23,7 @@ CHANGELOG
- Fixed [crashes and hangs](https://github.com/pulumi/pulumi/issues/3528) introduced by usage of
another library.
- @pulumi/pulumi Now requires Nodejs version 8.13.0 and upwards or 10.10.0 and upwards.
- @pulumi/pulumi now requires Node.js version >=10.10.0.
- All data-source invocations are now asynchronous (Promise-returning) by default.