From 246825ac12ae1d3e7af00a19a5983d12bdb8c31f Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 30 Sep 2013 22:50:21 -0500 Subject: [PATCH] Update history to reflect merge of #1003 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index e354b2e3..dbfa2287 100644 --- a/History.markdown +++ b/History.markdown @@ -1,6 +1,8 @@ ## HEAD ### Major Enhancements + * Add support for adding data as YAML files under a site's `_data` + directory (#1003) ### Minor Enhancements * Decrease the specificity in the site template CSS (#1574)