summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-08 12:07:18 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-08 12:07:18 -0700
commit1911b619ee4ce0307f5a78daafc647eb4abe6bd6 (patch)
tree73b4a78743c2e810865a34ce5ee12a4a4394c765 /changelog
parentc78557f3ca333d9ae925fdcb8a7c03199f5e47fd (diff)
Added more raw material to changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog b/changelog
index 6c7be08cb..b7091460f 100644
--- a/changelog
+++ b/changelog
@@ -368,6 +368,14 @@
Closes #975.
+ Templates: more consistent behavior of `$for$`.
+
+ When `foo` is not a list, `$for(foo)$...$endfor$` should behave like
+ $if(foo)$...$endif$. So if `foo` resolves to "", no output should
+ be produced.
+
+ See pandoc-templates#39.
+
------------------