From 3f8ee8dc93968362602e2551017e3bf0ce17d25a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 30 May 2014 18:01:18 -0400 Subject: [PATCH] Update history to reflect closing of #2464. [ci skip] --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 4cc9650e..145bb4c8 100644 --- a/History.markdown +++ b/History.markdown @@ -26,6 +26,8 @@ * Allow front-matter defaults to set post categories (#2373) * Fix command in subcommand deprecation warning (#2457) * Keep all parent directories of files/dirs in `keep_files` (#2458) + * When using RedCarpet and Rouge without Rouge installed, fixed erroneous + error which stated that redcarpet was missing, not rouge. (#2464) ### Development Fixes