aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/announce/2013.10.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/announce/2013.10.md b/docs/announce/2013.10.md
index 78e2e43..6f1dadd 100644
--- a/docs/announce/2013.10.md
+++ b/docs/announce/2013.10.md
@@ -24,7 +24,7 @@ collected from the Perl 6 community.
Some of the new features added to this release include:
+ postcircumfix {} and [] are now implemented as multi subs rather than multi methods.
-+ Add support for "is deprecated", making it easy for early adopters to stay current.
++ Add support for "is DEPRECATED", making it easy for early adopters to stay current.
+ Track multiple spec changes for various container classes.
+ Greatly reduce object creation during Regex parsing.
+ Various portability fixes.