Skip to content

Commit

Permalink
Update CHANGELOG_PENDING.md
Browse files Browse the repository at this point in the history
Fix #629
  • Loading branch information
pawelprazak committed Aug 29, 2022
1 parent 4f2f239 commit e3d0731
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
The fix proceed with a null / default value and a warning in place of an error.
This makes some programs succeed.

- [codegen] [#759](https://github.com/pulumi/pulumi-java/pull/759)
fixes code generation for exports with deeply nested generic types.
Previously these types would generate compiling code but throw
exceptions at runtime when in use.

Packages generated with this version of codegen will need to depend
on this version of Java SDK or higher, so that user programs get the
upgraded Java SDK that can understand the new export annotation
scheme and continue working without changes.

### Bug Fixes

- [codegen] [#771](https://github.com/pulumi/pulumi-java/issues/771):
Expand Down

0 comments on commit e3d0731

Please sign in to comment.