From 2011addabcfa38d872a0940b4720232c725cad3c Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 23 Nov 2015 08:25:06 -0800 Subject: [PATCH] Update history to reflect merge of #4177 [ci skip] --- History.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.markdown b/History.markdown index cbc710e6..3d4a5fa6 100644 --- a/History.markdown +++ b/History.markdown @@ -5,6 +5,10 @@ * Cache parsed include file to save liquid parsing time. (#4120) * Slightly speed up url sanitization and handle multiples of ///. (#4168) +### Bug Fixes + + * Pass build options into `clean` command (#4177) + ### Development Fixes * `jekyll-docs` should be easily release-able (#4152)