From de7a9446013b9a4055605b468008ce767541873d Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 23 Feb 2014 20:07:05 -0500 Subject: [PATCH] Update history to reflect merge of #2065 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 8fc823b8..800ca8ca 100644 --- a/History.markdown +++ b/History.markdown @@ -64,6 +64,7 @@ * Remove executable bits of non executable files (#2056) * `#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) ### Development Fixes * Add a link to the site in the README.md file (#1795)