From ef5e131f53843d656f30f04812890fbafd8acbac Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 26 Oct 2015 13:56:35 -0700 Subject: [PATCH] Update history to reflect merge of #4058 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index d91b9f0a..0985c2af 100644 --- a/History.markdown +++ b/History.markdown @@ -25,6 +25,7 @@ ### Minor Enhancements + * Deprecate access to Document#data properties and Collection#docs methods (#4058) * Sort static files just once, and call `site_payload` once for all collections (#3204) * Separate `jekyll docs` and optimize external gem handling (#3241) * Improve `Site#getConverterImpl` and call it `Site#find_converter_instance` (#3240)