From 08adcd4a3718c3db63e031ae05d00878998edd57 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 28 Oct 2013 14:36:25 -0500 Subject: [PATCH] Update history to reflect merge of #1665 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index ad37616b..4ddd4fe9 100644 --- a/History.markdown +++ b/History.markdown @@ -32,6 +32,7 @@ * Downcase lexers before passing them to pygments (#1615) * Capitalize the short verbose switch because it conflicts with the built-in Commander switch (#1660) + * Fix compatibility with 1.8.x (#1665) ### Development Fixes * Add coverage reporting with Coveralls (#1539)