aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Paulssen <timonator@perpetuum-immobile.de>2013-08-24 02:14:44 +0200
committerTimo Paulssen <timonator@perpetuum-immobile.de>2013-08-24 02:14:51 +0200
commitd185566a5c9c79d42164d37b74077c16796055c7 (patch)
tree938b2ce53b1c1b02a11d59fab5e97a6f51623f18
parent8e50fcd3148a4e81b84a42160cac12e5e785e5ec (diff)
explain "nodal" a bit.2013.08
-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.