diff --git a/CHANGELOG.md b/CHANGELOG.md index db788954a..a0fe04e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)