From 3cd230d66ec189b5a388dbb867e6451e4c10de9c Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 17 Oct 2013 08:23:25 -0500 Subject: [PATCH] Update history to reflect merge of #1637 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index dc42dd84..33b3772f 100644 --- a/History.markdown +++ b/History.markdown @@ -39,6 +39,7 @@ * Clean up `site.rb` comments to be more concise/uniform (#1616) * Use the master branch for the build badge in the readme (#1636) * Refactor Site#render (#1638) + * Remove duplication in command line options (#1637) ### Site Enhancements * Fix params for `JekyllImport::WordPress.process` arguments (#1554)