From 1911b619ee4ce0307f5a78daafc647eb4abe6bd6 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Sun, 8 Sep 2013 12:07:18 -0700
Subject: [PATCH] Added more raw material to changelog.

---
 changelog | 8 ++++++++
 1 file changed, 8 insertions(+)

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