summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
+
------------------