diff --git a/docs/announce/2010.07 b/docs/announce/2010.07 index 9fd958c5215..b10433bd2f2 100644 --- a/docs/announce/2010.07 +++ b/docs/announce/2010.07 @@ -1,6 +1,6 @@ Announce: Rakudo Perl 6 development release #31 ("Atlanta") -On behalf of the Rakudo development team, I'm pleased to announce the +On behalf of the Rakudo development team, I'm happy to announce the July 2010 development release of Rakudo Perl #31 "Atlanta". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine (see ). The tarball for the July 2010 release @@ -21,6 +21,8 @@ release include: * Arrays can now handle infinite ranges. +* Generic, multi-level Whatever-currying now works, e.g. (1, 1, *+* ... *). + * The REPL shell now remembers lexical declarations in susbsequent lines. * The open() subroutine now returns a Failure instead of throwing