From 2bee768e7987b0c9528db431c915aba217671250 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 8 May 2013 00:58:31 +0200 Subject: [PATCH] Update history to reflect merge of #1053. Closes #1038. --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 04338046..5f3fdf8e 100644 --- a/History.markdown +++ b/History.markdown @@ -6,6 +6,7 @@ * Commander error message now preferred over process abort with incorrect args (#1040) ### Bug Fixes + * Make Redcarpet respect the pygments configuration option (#1053) * Fix the index build with LSI (#1045) * Don't print deprecation warning when no arguments are specified. (#1041) * Add missing `` to site template used by `new` subcommand, fixed typos in code (#1032)