From 48d5f79d9a356ea90952c52dd497326048dfb9a0 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sun, 9 Mar 2014 14:06:46 -0500 Subject: [PATCH] Update history to reflect merge of #2118 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index cdb30faf..ec6c453f 100644 --- a/History.markdown +++ b/History.markdown @@ -69,6 +69,7 @@ * `#path` for a draft is now `_drafts` instead of `_posts` (#2042) * 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) ### Development Fixes * Add a link to the site in the README.md file (#1795)