aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-03-21 09:08:33 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-03-21 09:08:33 +0100
commit73bd45a91725032238e17d270266acc5781f4b72 (patch)
treec3716dae524793f70374c3f07c5a5dbfeeca13de
parent833870c00e534628c94c69c07c64b85bd573b3fd (diff)
Linkify another changelog entry
-rw-r--r--docs/announce/2015.03.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/announce/2015.03.md b/docs/announce/2015.03.md
index 9331092..dd9038b 100644
--- a/docs/announce/2015.03.md
+++ b/docs/announce/2015.03.md
@@ -32,7 +32,7 @@ Some of the new compiler features added to this release include:
+ Implement `method ^foo($) { ... }` syntax.
+ 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 [pairup](http://doc.perl6.org/type/Any#method_pairup) for creating pairs from lists.
+ Implemented `LEXICAL`, `OUTERS` and `CALLERS` pseudo-packages
+ Add `array[T]`, usable for native `int`/`num` (MoarVM only for now)
+ Other native improvements, e.g. `my int $a; $a++`