Skip to content

Commit 88952c6

Browse files
committed
Provide CHANGELOG entry
1 parent b2c484f commit 88952c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substratevm/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This changelog summarizes major changes to GraalVM Native Image.
2424
* (GR-43966) Remove analysis options -H:AnalysisStatisticsFile and -H:ImageBuildStatisticsFile. Output files are now written to fixed subdirectories relative to image location (reports/image_build_statistics.json).
2525
* (GR-38414) BellSoft implemented the `MemoryPoolMXBean` for the serial and epsilon GCs.
2626
* (GR-40641) Dynamic linking of AWT libraries on Linux.
27+
* (GR-43971) Add native-image option `-E<env-var-key>[=<env-var-value>]` and support environment variable capturing in bundles. Previously almost all environment variables were available in the builder. To temporarily revert back to the old behaviour, env setting `NATIVE_IMAGE_SLOPPY_BUILDER_SANITATION=true` can be used. The old behaviour will be removed in a future release.
2728

2829
## Version 22.3.0
2930
* (GR-35721) Remove old build output style and the `-H:±BuildOutputUseNewStyle` option.

0 commit comments

Comments
 (0)