From 191c2279d24ba8137baa18f29314a8863482343a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 29 Dec 2014 00:26:58 -0500 Subject: [PATCH] Update history to reflect merge of #2908 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 33bb468d..a4a676f7 100644 --- a/History.markdown +++ b/History.markdown @@ -11,6 +11,7 @@ * 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) + * Use relative path for `path` Liquid variable in Documents for consistency (#2908) ### Bug Fixes