pulumi/CHANGELOG_PENDING.md

10 lines
294 B
Markdown

### Improvements
- [sdk/nodejs] - Type optional input properties as `Input<T | undefined> | undefined` instead of
`Input<T> | undefined`. This allows users to pass `Output<T | undefined>` for optional input
properties.
[#6323](https://github.com/pulumi/pulumi/pull/6323)
### Bug Fixes