From 461ea2f147b1e4ad3e25b0a80ed838236582ce45 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 13 Feb 2015 20:53:18 -0800 Subject: [PATCH] Update history to reflect merge of #3455 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 0e0b0725..461b4797 100644 --- a/History.markdown +++ b/History.markdown @@ -58,6 +58,7 @@ * Trim the generate time diff to just 3 places past the decimal place (#3415) * 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) ### Development Fixes