summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-12-03 03:14:43 -0500
committerJesse Luehrs <doy@tozt.net>2015-12-03 03:15:55 -0500
commita8ad1e32b4c81cf9a69d267899f7fa631ebe505c (patch)
treefb50ba32fb9dbcc904ae221ce8c02596450e702a /Changes
parentb95639d0149918787076ab067e3496f3fd634d2d (diff)
downloadtext-handlebars-a8ad1e32b4c81cf9a69d267899f7fa631ebe505c.tar.gz
text-handlebars-a8ad1e32b4c81cf9a69d267899f7fa631ebe505c.zip
handle nested raw text blocks (#6)
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 81982bb..52d58b0 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Text-Handlebars
{{$NEXT}}
+ - fix '{{{' variable references inside block helpers (reported by
+ belousandrey, #6)
0.04 2014-04-16
- fix '..' in block helpers (reported by Jörg Prante, RT#94792)