From 6932a40d17aa6a5c9bd69ec84a9654f5e22f6107 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Mon, 21 Jun 2010 19:32:50 -0700 Subject: [PATCH] update history for #31 --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 32e0d782..1fe095f8 100644 --- a/History.txt +++ b/History.txt @@ -11,6 +11,7 @@ * Generate phase added to site#process and pagination is now a generator * Switch to RakeGem for build/test process * Only regenerate static files when they have changed (#142) + * Allow arbitrary options to Pygments (#31) * Bug Fixes * Render highlighted code for non markdown/textile pages (#116) * Expand source to full path so includes work anywhere (#101)