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 a65a337  nothing to do since String::stripIndent and 
String::translateEscapes will allow us to mimic Java behavior around incidental 
whitespace removal with Groovy's multi-line strings
a65a337 is described below

commit a65a3374cf645c9541b6435ebb109a59f45762a7
Author: Paul King <[email protected]>
AuthorDate: Wed Jan 22 10:55:02 2020 +1000

    nothing to do since String::stripIndent and String::translateEscapes will 
allow us to mimic Java behavior around incidental whitespace removal with 
Groovy's multi-line strings
---
 site/src/site/releasenotes/groovy-4.0.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/site/src/site/releasenotes/groovy-4.0.adoc 
b/site/src/site/releasenotes/groovy-4.0.adoc
index 6dcda32..482a8ee 100644
--- a/site/src/site/releasenotes/groovy-4.0.adoc
+++ b/site/src/site/releasenotes/groovy-4.0.adoc
@@ -51,7 +51,6 @@ In Groovy 4.0, additional support has been added.
 The following changes are being explored:
 
 * Switch expressions
-* Support for text blocks
 * Module definitions written in Groovy
 * Support for records
 

Reply via email to