aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2014-04-01 10:36:58 +0200
committerTobias Leich <email@froggs.de>2014-04-01 10:36:58 +0200
commit6363be3b2438a93af3a19366960c69e23fe6934e (patch)
treeb13866fb18a6c0c6ff6b0f7e0b70351d55e13036
parent8a004b10aee2f0bd38b5e078ff5a0c6fcc8493c1 (diff)
move changes to correct section, jnthn++2014.03
-rw-r--r--docs/announce/2014.03.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/announce/2014.03.md b/docs/announce/2014.03.md
index 6f01c5a..e481f9e 100644
--- a/docs/announce/2014.03.md
+++ b/docs/announce/2014.03.md
@@ -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>
@@ -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