summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van de Bruggen <pvande@gmail.com>2011-03-02 12:25:50 -0800
committerPieter van de Bruggen <pvande@gmail.com>2011-03-02 12:25:50 -0800
commitacf0aac349ea9216c21b463087ab4b706a53d7a7 (patch)
tree8baf6c59709d02c6e824132a359b5e7733555e80
parentd59da263514753e1c28ba7a5083de3d90a7fa50a (diff)
downloadmustache-spec-acf0aac349ea9216c21b463087ab4b706a53d7a7.tar.gz
Actually finishing the updates to Changes.
-rw-r--r--Changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes
index 5d39e99..42688d9 100644
--- a/Changes
+++ b/Changes
@@ -3,7 +3,9 @@
A single period (`.`) may now be used as a name in Interpolation tags,
which represents the top of stack (cast as a String).
Dotted names.
- Names containing one or more periods
+ Names containing one or more periods should be resolved as chained
+ properties; naïvely, this is like nesting section tags, but with some
+ built-in scoping protections.
2011-03-02: v1.0.1
Clarifying a point in the README about version compliance.