From 2defdad3ae3e7a919d3e51d024f5da9f2c23f4b9 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 28 May 2013 21:38:19 -0500 Subject: [PATCH] Update history to reflect merge of #1156 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 70c788f8..9a19a1cc 100644 --- a/History.markdown +++ b/History.markdown @@ -12,6 +12,8 @@ * Make the `exclude` and `include` options backwards compatible with versions of Jekyll prior to 1.0 (#1114) * Fix pagination on Windows (#1063) + * Fix the application of Pygments' Generic Output style to Go code + (#1156) ### Site Enhancements * Documentation for `date_to_rfc822` and `uri_escape` (#1142)