From 6cc298d615f043861e195a87027d618dece76da4 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 22 Feb 2015 21:21:31 -0800 Subject: [PATCH] Update history to reflect merge of #3496 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 2d57ad7b..b50a42a7 100644 --- a/History.markdown +++ b/History.markdown @@ -61,6 +61,7 @@ * The highlight tag should only clip the newlines before and after the *entire* block, not in between (#3401) * highlight: fix problem with linenos and rouge. (#3436) * `Site#read_data_file`: read CSV's with proper file encoding (#3455) + * Ignore `.jekyll-metadata` in site template (#3496) ### Development Fixes