Skip to content

Commit

Permalink
Clean up CHANGELOG_PENDING (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Jun 30, 2022
1 parent 21c34e6 commit 786eb29
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
### Improvements

- [sdk] #553: Added `com.pulumi.test` package with new idiomatic Java API for [unit testing Pulumi programs]
(https://www.pulumi.com/docs/guides/testing/#unit-testing) against mocks.
See ([example](https://github.com/pulumi/pulumi-java/tree/main/tests/examples/testing-unit-java)) of using the new API.

- [codegen] [#709](https://github.com/pulumi/pulumi-java/pull/709)
Improved version handling in `pulumi-java-gen`: now `--version`
argument is optional and the version of the generated package need
not be known at SDK code generation time and is not spliced into the
code. To set the version at build time use
`gradle -Pversion=1.2.3 build` or `PACKAGE_VERSION=1.2.3 gradle build`.

### Bug Fixes

0 comments on commit 786eb29

Please sign in to comment.