CHANGELOG.md in curly-templates-0.11.0 vs CHANGELOG.md in curly-templates-0.12.0

- old
+ new

@@ -1,6 +1,14 @@ ### Unreleased +* Allow Curly to output Curly syntax by using the `{{{ ... }}` syntax: + + ``` + {{{curly_example}} + ``` + + *Daniel Schierbeck and Benjamin Quorning* + ### Curly 0.11.0 (July 31, 2013) * Make Curly raise an exception when a reference or comment is not closed. *Daniel Schierbeck*