This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 070a9d0  add GROOVY-11895
070a9d0 is described below

commit 070a9d030d35e2fb4f7c488916426a719a68ac28
Author: Paul King <[email protected]>
AuthorDate: Fri Apr 3 17:16:35 2026 +1000

    add GROOVY-11895
---
 site/src/site/releasenotes/groovy-6.0.adoc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/site/src/site/releasenotes/groovy-6.0.adoc 
b/site/src/site/releasenotes/groovy-6.0.adoc
index 3a6c8ea..6c8c3fa 100644
--- a/site/src/site/releasenotes/groovy-6.0.adoc
+++ b/site/src/site/releasenotes/groovy-6.0.adoc
@@ -556,6 +556,14 @@ JSON, Servlet, Swing, Testing) -- see the
 https://groovy-lang.org/logging.html[logging guide]
 for the full list of logger names and their levels.
 
+== GroovyConsole: Script Arguments
+
+GroovyConsole now supports setting script arguments directly from the UI
+(https://issues.apache.org/jira/browse/GROOVY-11895[GROOVY-11895]).
+Previously, users had to manually set `args` within their script
+as a workaround. A new _Set Script Arguments_ option in the _Script_ menu
+lets you specify space-separated arguments that are passed to the script.
+
 == Improved Annotation Validation
 
 Groovy 6 closes gaps in annotation target validation

Reply via email to