From 8139937f86c7859359fcf82cf700368fb33175a0 Mon Sep 17 00:00:00 2001 From: Tomas Stupka Date: Thu, 22 Aug 2024 15:43:09 +0200 Subject: [PATCH] changelog entry for gradle plugin --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1559248bfd..9d91cda6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ language runtime. The main focus is on user-observable behavior of the engine. ## Version 24.2.0 * Updated developer metadata of Maven artifacts. +* Added gradle plugin for polyglot embedding of Python packages into Java. ## Version 24.1.0 * GraalPy is now considered stable for pure Python workloads. While many workloads involving native extension modules work, we continue to consider them experimental. You can use the command-line option `--python.WarnExperimentalFeatures` to enable warnings for such modules at runtime. In Java embeddings the warnings are enabled by default and you can suppress them by setting the context option 'python.WarnExperimentalFeatures' to 'false'.