aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-03-21 08:29:17 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-03-21 08:29:17 +0100
commit833870c00e534628c94c69c07c64b85bd573b3fd (patch)
tree4561510036f4f909199bba3833cbef7558980bf7
parentaf337e2b6602134249c692ca39e130e1da286ca1 (diff)
announce: feedback from Mouq++ and raydiak++
also linkify PairMap
-rw-r--r--docs/announce/2015.03.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/announce/2015.03.md b/docs/announce/2015.03.md
index 050ce92..9331092 100644
--- a/docs/announce/2015.03.md
+++ b/docs/announce/2015.03.md
@@ -30,11 +30,11 @@ Some of the new compiler features added to this release include:
2015.02 release notes](https://github.com/rakudo/rakudo/blob/nom/docs/announce/2015.03.md) for the full list
+ Allow `Buf.AT-POS` to return an l-value.
+ Implement `method ^foo($) { ... }` syntax.
-+ Implemented `PairMap` (the simple case only, for now).
++ Implemented [PairMap](http://doc.perl6.org/type/PairMap) (the simple case only, for now).
+ Implemented `.antipairs` (pairs with value => key).
+ Implemented `.pairup` for creating pairs from lists.
+ Implemented `LEXICAL`, `OUTERS` and `CALLERS` pseudo-packages
-+ Add a `array[T]`, usable for native `int`/`num` (MoarVM only for now)
++ Add `array[T]`, usable for native `int`/`num` (MoarVM only for now)
+ Other native improvements, e.g. `my int $a; $a++`
+ Implement `IO::Path.resolve` on r-m/POSIX
@@ -52,7 +52,7 @@ handle appropriately, although they will appear in upcoming releases.
Some of the not-quite-there features include:
* advanced macros
- * threads and concurrency (in progress for the JVM and MoarVM backend)
+ * threads and concurrency (in progress)
* Unicode strings at levels other than codepoints
* interactive readline that understands Unicode
* non-blocking I/O (in progress)