Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Linkify another changelog entry
  • Loading branch information
moritz committed Mar 21, 2015
1 parent 833870c commit 73bd45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/announce/2015.03.md
Expand Up @@ -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++`
Expand Down

0 comments on commit 73bd45a

Please sign in to comment.