From 55f4c3a0fd0aa885ecc8ee87ff4e7316a9642a1a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 4 Oct 2013 13:37:11 -0400 Subject: [PATCH] Update history to reflect merge of #1613 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index d26ff246..03223648 100644 --- a/History.markdown +++ b/History.markdown @@ -23,6 +23,7 @@ * Use `+` instead of `Array#concat` when building `Post` attribute list (#1571) * Print server address when launching a server (#1586) * Downgrade to Maruku `~> 0.6.0` in order to avoid changes in rendering (#1598) + * Fix error with failing include tag when variable was file name (#1613) ### Development Fixes * Add coverage reporting with Coveralls (#1539)