Skip to content

Instantly share code, notes, and snippets.

@perlpilot
Created December 21, 2017 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save perlpilot/3a60289a8f269ce82c247d7229a34b12 to your computer and use it in GitHub Desktop.
Save perlpilot/3a60289a8f269ce82c247d7229a34b12 to your computer and use it in GitHub Desktop.
diff --git a/tools/create-release-announcement.pl6 b/tools/create-release-announcement.pl6
index 7ab397446..29f3eb872 100755
--- a/tools/create-release-announcement.pl6
+++ b/tools/create-release-announcement.pl6
@@ -9,14 +9,14 @@ On behalf of the Rakudo development team, I’m very happy to announce the
Perl 6 on the Moar Virtual Machine[^1].
This release implements the 6.c version of the Perl 6 specifications.
-It includes bugfixes and optimizations on top of
-the 2015.12 release of Rakudo.
-
-Upcoming releases in «upcoming-year» will include new functionality that is not
-part of the 6.c specification, available with a lexically scoped
-pragma. Our goal is to ensure that anything that is tested as part of the
-6.c specification will continue to work unchanged. There may be incremental
-spec releases this year as well.
+It includes bugfixes and optimizations on top of the 2015.12 release of Rakudo.
+
+Our goal is to ensure that anything that is tested as part of the
+6.c specification will continue to work unchanged. Future releases may
+also include functionality that is not part of the 6.c specification in
+order to vet the feature before adding it to the specification. Additionally,
+as future specifications are developed, their semantics may be made available
+via a pragma.
The tarball for this release is available from <http://rakudo.org/downloads/rakudo/>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment