Clean up changelog (#8351)

This commit is contained in:
Anton Tayanovskyy 2021-11-03 17:17:53 -04:00 committed by GitHub
parent 4043137c35
commit 7dd1865575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,6 @@ CHANGELOG
- [cli] - Reformat error message string in `sdk/go/common/diag/errors.go`.
[#8284](https://github.com/pulumi/pulumi/pull/8284)
### Bug Fixes
- [sdk/go] - Respect implicit parents in alias resolution.
[#8288](https://github.com/pulumi/pulumi/pull/8288)
- Clarify error message string in `sdk/go/common/diag/errors.go`.
[#8284](https://github.com/pulumi/pulumi/pull/8284)
- [cli] - Add `--json` flag to `up`, `destroy` and `refresh`.
Passing the `--json` flag to `up`, `destroy` and `refresh` will stream JSON events from the engine to stdout.
@ -24,6 +16,11 @@ CHANGELOG
[#8275](https://github.com/pulumi/pulumi/pull/8275)
### Bug Fixes
- [sdk/go] - Respect implicit parents in alias resolution.
[#8288](https://github.com/pulumi/pulumi/pull/8288)
- [sdk/python] - Expand dependencies when marshaling output values.
[#8301](https://github.com/pulumi/pulumi/pull/8301)