Added more raw material to changelog.

This commit is contained in:
John MacFarlane 2013-09-08 12:07:18 -07:00
parent c78557f3ca
commit 1911b619ee

View file

@ -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.
------------------