From c7c18507e3645098ed5085197e37d849e6ad77fb Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 5 Sep 2013 15:27:02 -0500 Subject: [PATCH] Update history to reflect merge of #1481 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index b1d80b47..dabe34b8 100644 --- a/History.markdown +++ b/History.markdown @@ -16,6 +16,8 @@ * Add the ability to detach the server ran by `jekyll serve` from it's controlling terminal (#1443) * Improve permalink generation for URLs with special characters (#944) + * Expose the current Jekyll version to posts and pages via a new + `jekyll.version` variable (#1481) ### Bug Fixes * Markdown extension matching matches only exact matches (#1382)