From 4272537f69e1b889b1770b53e3a9ae0497729cab Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 3 Nov 2014 12:01:02 -0800 Subject: [PATCH] Update history to reflect merge of #3052 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 4350bfef..176db640 100644 --- a/History.markdown +++ b/History.markdown @@ -29,6 +29,7 @@ ### Development Fixes + * Fix a typo in the doc block for `Jekyll::URL.escape_path` (#3052) * Add integration test for `jekyll new --blank` in TestUnit (#2913) * Add unit test for `jekyll new --force` logic (#2929) * Update outdated comment for `Convertible#transform` (#2957)