From 9efb68f957d3b539f06fa624d4de068a18889343 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 17 Sep 2014 12:22:56 -0700 Subject: [PATCH] Update history to reflect merge of #2922 [ci skip] --- History.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.markdown b/History.markdown index f40622b7..6a6d7c9f 100644 --- a/History.markdown +++ b/History.markdown @@ -6,6 +6,9 @@ ### Bug Fixes + * Remove `--watch` from the site template blog post since it defaults + to watching in in 2.4.0 (#2922) + ### Development Fixes * Add integration test for `jekyll new --blank` in TestUnit (#2913)