aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/announce/2013.08.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/announce/2013.08.md b/docs/announce/2013.08.md
index 8d8ee4d..05ea1b4 100644
--- a/docs/announce/2013.08.md
+++ b/docs/announce/2013.08.md
@@ -47,8 +47,9 @@ to be removed or changed as follows:
multi-subs rather than multi-methods. Both at_pos and at_key will
remain methods.
- * Unary hyper ops currently descend into nested arrays and hashes.
- This will change to make them equivalent to a one-level map.
+ * All unary hyper ops currently descend into nested arrays and
+ hashes. In the future, those operators and methods that are
+ defined "nodal" will behave like a one-level map.
* The Str.ucfirst builtin is deprecated; it will be replaced by
Str.tc.