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 70f4f1d minor tweaks
70f4f1d is described below
commit 70f4f1dda79880a3d2d44e46c442e950e9513291
Author: Paul King <[email protected]>
AuthorDate: Tue May 13 22:14:20 2025 +1000
minor tweaks
---
site/src/site/releasenotes/groovy-5.0.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/site/releasenotes/groovy-5.0.adoc
b/site/src/site/releasenotes/groovy-5.0.adoc
index eb9fe7b..39a6496 100644
--- a/site/src/site/releasenotes/groovy-5.0.adoc
+++ b/site/src/site/releasenotes/groovy-5.0.adoc
@@ -805,7 +805,7 @@ produces this output:
image:img/ascii_barchart.png[image]
[[Groovy5.0-breaking]]
-== Other breaking changes
+== Breaking changes
* Scripts containing a static `main` method and no statements outside that
method have changed slightly
for improved JEP 445 compatibility. The script class for such methods no
longer extends `Script` and