summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van de Bruggen <pvande@gmail.com>2011-03-02 12:20:47 -0800
committerPieter van de Bruggen <pvande@gmail.com>2011-03-02 12:20:47 -0800
commitd59da263514753e1c28ba7a5083de3d90a7fa50a (patch)
tree154bdefd63717c5507f8ad6e954842fa9afe6d6e
parentacc8809c2bfcf9a4b3444500da520d30a9b7b8d4 (diff)
downloadmustache-spec-d59da263514753e1c28ba7a5083de3d90a7fa50a.tar.gz
Updating the Changes file for v1.1.0.
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index f1e27f8..5d39e99 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+2011-03-??: v1.1.0
+ Implicit iterators.
+ 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
+
2011-03-02: v1.0.1
Clarifying a point in the README about version compliance.
Adding high-level documentation to each spec file.