Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
move changes to correct section, jnthn++
  • Loading branch information
FROGGS committed Apr 1, 2014
1 parent 8a004b1 commit 6363be3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/announce/2014.03.md
Expand Up @@ -23,6 +23,11 @@ collected from the Perl 6 community.

Some of the new features added to this release include:

+ The core of Rakudo::Debugger is now part of Rakudo
itself and works across all backends.
+ "make" no longer itemizes its arguments.
+ for-loops at the statementlist level are now sunk by default.
+ better parsing of unspaces and formatting codes inside Pod blocks.
+ Fix for for-loops to be properly lazy
+ Numerous Pod parsing and formatting improvements
+ @<c> as shortcut for @$<c>, %<c> as shortcut for %$<c>
Expand All @@ -40,11 +45,6 @@ There are some key features of Perl 6 that Rakudo Star does not yet
handle appropriately, although they will appear in upcoming releases.
Some of the not-quite-there features include:

* The core of Rakudo::Debugger is now part of Rakudo
itself and works across all backends.
* "make" no longer itemizes its arguments.
* for-loops at the statementlist level are now sunk by default.
* better parsing of unspaces and formatting codes inside Pod blocks.
* advanced macros
* threads and concurrency (in work for the JVM and MoarVM backend)
* Unicode strings at levels other than codepoints
Expand Down

0 comments on commit 6363be3

Please sign in to comment.