CHANGELOG.md in curly-templates-0.9.1 vs CHANGELOG.md in curly-templates-0.10.0
- old
+ new
@@ -1,6 +1,16 @@
### Unreleased
+### Curly 0.10.0 (July 11, 2013)
+
+* Allow comments in Curly templates using the `{{! ... }}` syntax:
+
+ ```
+ {{! This is a comment }}
+ ```
+
+ *Daniel Schierbeck*
+
### Curly 0.9.1 (June 20, 2013)
* Better error handling. If a presenter class cannot be found, we not raise a
more descriptive exception.