aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-03-21 08:24:59 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-03-21 08:24:59 +0100
commitaf337e2b6602134249c692ca39e130e1da286ca1 (patch)
tree4a09ba6d9761ebc93f7861fd4050b1cc52908004
parented8c5e57cb0caacc2cd4d106ca5996399364ff02 (diff)
More markup
-rw-r--r--docs/announce/2015.03.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/announce/2015.03.md b/docs/announce/2015.03.md
index 8d1ee6c..050ce92 100644
--- a/docs/announce/2015.03.md
+++ b/docs/announce/2015.03.md
@@ -9,8 +9,8 @@ available from <http://rakudo.org/downloads/star/>.
This Rakudo Star release comes with support for the MoarVM
backend (all module tests pass on supported platforms) along with
-experimental support for the JVM backend (the modules Bailador,
-Digest::MD5 and Grammar::Profiler::Simple are known to fail tests).
+experimental support for the JVM backend (the modules `Bailador`,
+`Digest::MD5` and `Grammar::Profiler::Simple` are known to fail tests).
In the Perl 6 world, we make a distinction between the language
("Perl 6") and specific implementations of the language such as
@@ -28,15 +28,15 @@ Some of the new compiler features added to this release include:
+ several renames of semi-internal methods. Please refer to [the Rakudo
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 .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)
-+ Other native improvements, e.g. my int $a; $a++
-+ Implement IO::Path.resolve on r-m/POSIX
++ Allow `Buf.AT-POS` to return an l-value.
++ Implement `method ^foo($) { ... }` syntax.
++ Implemented `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)
++ Other native improvements, e.g. `my int $a; $a++`
++ Implement `IO::Path.resolve` on r-m/POSIX
In future, the `nqp::` namespace willl only be available after a declaration
like `use nqp;`.