From 3e98860241553febaeef10cb44304cbe0903f4bc Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 2 Aug 2014 14:45:01 -0400 Subject: [PATCH] Update history to reflect merge of #2615 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 3dda21b4..c7bb8d44 100644 --- a/History.markdown +++ b/History.markdown @@ -13,6 +13,7 @@ * Use non padded config in `strftime` to avoid parse string twice (#2673) * Replace deprecated Ruby methods with undeprecated ones (#2664) * Catch errors when parsing Post `date` front matter value & produce nice error message (#2649) + * Allow static files in Collections (#2615) ### Development Fixes