Skip to content

Commit c3ad981

Browse files
dominikmascherbauerdominik
authored andcommitted
Update CHANGELOG.md with new features
1 parent 3907c7e commit c3ad981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

substratevm/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ This changelog summarizes major changes to GraalVM Native Image.
1515
* (GR-46064) Add option `-H:±IndirectBranchTargetMarker` to mark indirect branch targets on AMD64 with an endbranch instruction. This is a prerequisite for future Intel CET support.
1616
* (GR-46740) Add support for foreign downcalls (part of "Project Panama") on the AMD64 platform.
1717
* (GR-27034) Add `-H:ImageBuildID` option to generate Image Build ID, which is a 128-bit UUID string generated randomly, once per bundle or digest of input args when bundles are not used.
18+
* (GR-43920) Add support for executing native image bundles as jar files with extra options `--with-native-image-agent` and `--container`.
19+
* (GR-43920) Add `,container[=<container-tool>]`, `,dockerfile=<dockerfile>` and `,dry-run` options to `--bundle-create`and `--bundle-apply`.
1820

1921
## GraalVM for JDK 17 and GraalVM for JDK 20 (Internal Version 23.0.0)
2022
* (GR-40187) Report invalid use of SVM specific classes on image class- or module-path as error. As a temporary workaround, `-H:+AllowDeprecatedBuilderClassesOnImageClasspath` allows turning the error into a warning.

0 commit comments

Comments
 (0)