From 0859c1d1ad75c8e3255e8321ff38fe39c2a1c757 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 29 Mar 2014 23:19:03 -0400 Subject: [PATCH] Update history to reflect merge of #2175 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 81ac96c7..ca381284 100644 --- a/History.markdown +++ b/History.markdown @@ -77,6 +77,7 @@ * Remove `+` characters from Pygments lexer names when adding as a CSS class (#994) * Remove some code that caused Ruby interpreter warnings (#2178) + * Only strip the drive name if it begins the string (#2175) ### Development Fixes * Add a link to the site in the README.md file (#1795)