From 24e4c2706a5d05dae09bf3b9041e550f4e5f4304 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 28 Mar 2014 14:26:41 -0400 Subject: [PATCH] Update history to reflect merge of #2178 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 079c4abf..81ac96c7 100644 --- a/History.markdown +++ b/History.markdown @@ -76,6 +76,7 @@ * Remove obsolete `normalize_options` method call from `bin/jekyll` (#2121). * Remove `+` characters from Pygments lexer names when adding as a CSS class (#994) + * Remove some code that caused Ruby interpreter warnings (#2178) ### Development Fixes * Add a link to the site in the README.md file (#1795)