From fd1a95ac87999f5817ac9841e727aa02e3e4d9eb Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 11 Mar 2014 08:32:59 -0400 Subject: [PATCH] Update history to reflect merge of #2121 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index ec6c453f..5c660db6 100644 --- a/History.markdown +++ b/History.markdown @@ -70,6 +70,7 @@ * Patch a couple show-stopping security vulnerabilities (#1946) * Sanitize paths uniformly, in a Windows-friendly way (#2065) * Update gem build steps to work correctly on Windows (#2118) + * Remove obsolete `normalize_options` method call from `bin/jekyll` (#2121). ### Development Fixes * Add a link to the site in the README.md file (#1795)