Cleanup post v3.6.1 release

This commit is contained in:
stack72 2021-07-07 14:58:29 +01:00
parent 24c59add99
commit d2a95a3b05
2 changed files with 1 additions and 8 deletions

View file

@ -6,7 +6,7 @@ CHANGELOG
### Improvements
- [sdk] - Add `replaceOnChanges` resource option.
[#7226](https://github.com/pulumi/pulumi/pull/722
[#7226](https://github.com/pulumi/pulumi/pull/7226)
- [sdk/go] - Support for authoring resource methods in Go
[#7379](https://github.com/pulumi/pulumi/pull/7379)

View file

@ -1,13 +1,6 @@
### Improvements
- [sdk] - Add `replaceOnChanges` resource option.
[#7226](https://github.com/pulumi/pulumi/pull/722
- [sdk/go] - Support for authoring resource methods in Go
[#7379](https://github.com/pulumi/pulumi/pull/7379)
### Bug Fixes
- [sdk/python] - Fix an issue where dependency keys were incorrectly translates to camelcase
[#7443](https://github.com/pulumi/pulumi/pull/7443)