From 73bd45a91725032238e17d270266acc5781f4b72 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 21 Mar 2015 09:08:33 +0100 Subject: Linkify another changelog entry --- docs/announce/2015.03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++` -- cgit v1.1