aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-11-26 19:16:05 +0100
committerMoritz Lenz <moritz@faui2k3.org>2012-11-26 19:16:05 +0100
commitd4e9c5def533dd16848f34e5ddae5a26926b45dc (patch)
tree4ab562106f7b6397c0b07f486689e3b21415f197
parent3a2846fb91db4a2067956e785fb4f5c376eeb61e (diff)
[announce] mention quote adverbs and precompilation fixes
-rw-r--r--docs/announce/2012.115
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/announce/2012.11 b/docs/announce/2012.11
index 3a696e2..60a1f40 100644
--- a/docs/announce/2012.11
+++ b/docs/announce/2012.11
@@ -18,6 +18,8 @@ Some of the new features added to this release include:
* heredocs
+* quote adverbs (like q:w//)
+
* implemented precedence related traits (equiv, looser, tighter, assoc)
* Perl 6 grammar NFAs are pre-computed, saving some work on each
@@ -28,6 +30,9 @@ Some of the new features added to this release include:
* FIRST/NEXT/LAST can now be used in all types of loop (previously
limited to for)
+* several fixes related to module precompilation. This should make working
+ with larger code bases much less painful.
+
This release also contains a range of performance improvements, bug fixes,
improvements to error reporting and better failure modes.